https://github.com/aqib-git/instagrambot
This is a simple implementation of oAuth for Instagram.
https://github.com/aqib-git/instagrambot
Last synced: over 1 year ago
JSON representation
This is a simple implementation of oAuth for Instagram.
- Host: GitHub
- URL: https://github.com/aqib-git/instagrambot
- Owner: aqib-git
- Created: 2015-10-18T16:30:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-18T16:45:09.000Z (over 10 years ago)
- Last Synced: 2025-02-07T00:17:44.735Z (over 1 year ago)
- Language: PHP
- Size: 141 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# InstagramBot
This is a simple implementation of oAuth for Instagram.
The script contains only two files index.php and Insta.php. To use this script login to your instagram account and create sample application then use the credentials generated by instagram in Insta.php like CLIENT_ID, CLIENT_SECRET, REDIRECT_URI.
Note: Script will work only if APP URL and REDIRECT_URI are same because everything is implemented in a single file index.php.