PHP Classes

File: tests/bootstrap.php

Recommend this page to a friend!
  Classes of Haridarshan Gorana   PHP Instagram API   tests/bootstrap.php   Download  
File: tests/bootstrap.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Instagram API
Send requests to Instagram API using OAuth tokens
Author: By
Last change:
Date: 8 years ago
Size: 244 bytes
 

Contents

Class file image Download
<?php
require __DIR__ . '/../vendor/autoload.php';

define('CLIENT_ID', getenv('TEST_CLIENT_ID'));
define('CLIENT_SECRET', getenv('TEST_CLIENT_SECRET'));
define('CALLBACK_URL', getenv('TEST_CALLBACK_URL'));
define('CODE', getenv('TEST_CODE'));