fedoskin / test-inst-api
This is a simple empty package for education purposes.
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/fedoskin/test-inst-api
Requires
This package is not auto-updated.
Last update: 2025-09-28 01:28:08 UTC
README
###1) config/Config:
- set your apiKey
- set your apiSecret
- define constant CONST_INFOLDER (relative path where project deployed)
###2) Instagram Developer panel
- set redirect URL in as 'http://servername/CONST_INFOLDER/instagramCallBack.php'
###3) Composer
composer install
###4) PHP
- PHP 5.4 and higher (my version 5.5)
- Must exist curl library
- Must enable SPL library
- Must enable session
###5) Browser(MacOS, Linux)
- Chrome (latest)(recommended)
- Firefox (latest)
- Opera (latest)