instagram - How to get around Instgram oauth failures after they enforced sandbox mode? -
i have been using instagram api on website year , worked until today when enforced sandbox mode on applications. oauth error on request make client-id. simple requests following:
https://api.instagram.com/v1/users/search?q=[username]&client_id=[clientid]
how around problem? have checked not calling more 20 recent media in api calls suggested documentation.
from instagram api changelog
all api endpoints require valid access_token
you need authorise user app. instagram account registered client need follow authentication steps here instagram api authentication.
note in sandbox mode other sandbox users visible. i.e if try , recent media usera not sandbox users, come no user found.