Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 605 Bytes

File metadata and controls

25 lines (14 loc) · 605 Bytes

Instagram API

Instructions

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>

Configuration

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;