We expect you to be familiar with [git][1], [Instagram][2].
Files: index.php,Instagram.php,Instagramexception.php ,tweet.html,README.md
git clone <this repository url>
Get User id and Access Token
Run URL: http://www.pinceladasdaweb.com.br/instagram/access-token Copy User ID and Access token add into index.php
Example:
$userid = "1835595469"; // Instagram User ID$access_token = "1835595469.1677ed0.119131d5ce8c43b7b6041ebb4a6b2d30"; // accessToken
Set no of Instagram picture display on $count variable
Example: $count =4;