An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

#Instagram-OAuth
*A PHP Class*

##Description
**Author**: Mike Helmick
**Last Edit**: May 28th, 2011
**Version**: 1.0

This 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 .