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

Problem with getTagMedia() #249

Closed artemliubin closed 6 years ago

artemliubin commented 6 years ago

1) When I try to use getTagMedia() I get such responce: {#239 ▼ +"meta": {#238 ▼ +"code": 400 +"error_type": "OAuthAccessTokenException" +"error_message": "The access_token provided is invalid." } } When I set auth: true - all work correctly. It's a bug?

2) Why when I try use pagination for getTagMedia() like in Wiki link. But have error: Error: pagination() | This method doesn't support pagination. It's problem of Sandbox or Instagram client?