Unable to perform Graph user search using API Explorer -
i'm having issue getting graph search work when manually use graph api explorer generate access token myself against application.
i've created application, set sandboxed mode 'off', , manually granted user account permissions application. safe, included permissions available in graph api explorer before generating access token.
when click on access token, see still valid, , has permissions listed, however, when perform following search:
/search?q=myphonenumber&type=user
i error saying:
{ "error": { "message": "(#200) must have valid access_token access endpoint", "type": "oauthexception", "code": 200 } } i know above search code valid because able working few days ago, can't seem figure out has changed. missing permission somewhere prevents me using access token api search?
update: should mention normal /me queries work fine, seems search disallowed.
i got same problem when searching email addresses using same search term. while researching problem, found bug report: https://developers.facebook.com/bugs/453298034751100?browse=search_516534c213df06064266897. facebook aware of problem nothing has changed more week now.
Comments
Post a Comment