Skip to content

a-mt/insta-json-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Uses the library mgp25/instagram-php

Exemples

To display the result of a given method (JSON):

?_=account_getCurrentUser

To display the list of medias:

?_=collection_getFeed&collectionId=COLLECTION_ID&_gallery

Install

Install php-curl

Check if curl module is available

ls -la /etc/php5/mods-available/

If it is, enable the curl module

sudo php5enmod curl

If not, install it

sudo apt-get update
sudo apt-get install php5-curl

Restart Apache

sudo service apache2 restart

Install composer

Check if you have composer

composer

If not, install it

curl -sS https://getcomposer.org/installer | php
sudo mv composer.phar composer

Install dependencies

composer install

About

Webapp to retrieve data (JSON) from Instagram

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published