https://github.com/michaelhelmick/instagram-php-oauth
Easy way to interact with Instagram and their API
https://github.com/michaelhelmick/instagram-php-oauth
Last synced: 3 months ago
JSON representation
Easy way to interact with Instagram and their API
- Host: GitHub
- URL: https://github.com/michaelhelmick/instagram-php-oauth
- Owner: michaelhelmick
- Created: 2011-05-28T14:38:58.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2011-05-29T18:11:25.000Z (about 14 years ago)
- Last Synced: 2025-03-27T11:13:15.045Z (3 months ago)
- Language: PHP
- Homepage:
- Size: 83 KB
- Stars: 9
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Instagram-OAuth
*A PHP Class*##Description
**Author**: Mike Helmick
**Last Edit**: May 28th, 2011
**Version**: 1.0This is class written to work with Instagram OAuth methods. It authorizes a user and will let you make requests to Instagram API.
##Usage
* Edit the CONFIG file in the 'src' folder to accommodate your *CLIENT_ID*, *CLIENT_SECRET* and *REDIRECT_URI*.
* Customize callback.php to possibly save tokens to a database in case the user revisits your app.
* Customize index.php to your liking and expand your app.
* Happy coding!##License
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public Licensealong with this program. If not, see .