Skip to content

michaelhelmick/instagram-php-oauth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#Instagram-OAuth A PHP Class

##Description Author: Mike Helmick mikeh@ydekproductions.com
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 http://www.gnu.org/licenses/.

About

Easy way to interact with Instagram and their API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages