PHP Classes

File: Instructions.txt

Recommend this page to a friend!
  Classes of Yasir Siddiqui   Instagram API integration with PHP   Instructions.txt   Download  
File: Instructions.txt
Role: Documentation
Content type: text/plain
Description: Documentation
Class: Instagram API integration with PHP
Access an Instagram user account with its API
Author: By
Last change: Update of Instructions.txt
Date: 2 months ago
Size: 880 bytes
 

Contents

Class file image Download
Follow the following instructions: 1) First Of all Upload all the files to a publically access able web server so that instagram can redirect user to your server after authentication. 2) First of all register an application at http://instagram.com/developer/ 3) On the registration form enter http://yourwebsite.com/instagram/redirect.php as redirect URI for "OAuth redirect_uri" field. 4) Please note that redirect uri should point to http://yourwebsite.com/instagram/redirect.php otherwise this application is not going to work. 5) After creating the application you will get "CLIENT ID", "CLIENT SECRET" and "REDIRECT URI". 6) Copy those values and open config.php 7) Replace these values in appconfig array. Please note that redirect_url in appconfig should be same as "OAuth redirect_uri" value you entered while registering the App. 8) Hit index.php