Instagram api media / search terminate after June 1, 2016

Starting from 2 days (June 1, 2016) endpoint result (media / search): Error, an error occurred.

https://api.instagram.com/v1/media/search?lat=48.858844&lng=2.294351&access_token=[MY ACCESS TOKEN]

Something went wrong?

+4
source share
2 answers

On Instagram website:

Instagram. , 17 2015 ., Sandbox API. , Live , , . API .

, 17 2015 , 1 2016 . Sandbox, . - .

, API, api , .

http://instagram.com/developer

+4

Instagram api: http://instagram.com/developer

:
1: instagram
2: : https://www.instagram.com/developer/register/ " Invites". .
3: https://www.instagram.com/developer/clients/register/ " " → " " .
Setp 4: , , ID Clinet_ID Redirect URl,

https://www.instagram.com/oauth/authorize?client_id=CLIENT_ID&redirect_uri=WEB_REDIRECT_URL&response_type=token&scope=basic+public_content

access_token url = access_token = [ACCESS_KEY].

exmaple, HASHTAG, URL .

$url = 'https://api.instagram.com/v1/tags/'.$tag.'/media/recent?client_id='.$client_id.'&access_token='.$access_token;
+1

All Articles