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

Location Media Recent Error #223

Open eftalyurtseven opened 7 years ago

eftalyurtseven commented 7 years ago

Hello, first Thank you for this class. But, i have a problem. I want to location media in my app. I have an error.

My code: $location = $Instagram -> getLocationMedia("1565552350408112"); print_r($location); Result: stdClass Object ( [meta] => stdClass Object ( [error_type] => OAuthAccessTokenException [code] => 400 [error_message] => The access_token provided is invalid. ) )

(My instagram app sandbox mode but I could not get the Sandbox mode)

Please help me. Thank you again.

Zonork commented 7 years ago

+1