cosenary / Instagram-PHP-API

An easy-to-use PHP Class for accessing Instagram's API.
http://cosenary.github.com/Instagram-PHP-API
BSD 3-Clause "New" or "Revised" License
1.46k stars 782 forks source link

Access Token needed for all requests #208

Open numaquevedo opened 8 years ago

numaquevedo commented 8 years ago

Hello!

While trying to retrieve the user's media, I noticed that I got a 200 response but empty results. After going thru the class, I noticed that the ACCESS_TOKEN was not being included in the GET request even when the documentation shows it.

I had to extend the class and modify the method, while this gets fixed. Hopefully the pull request #191