facebook - Graph API search for user broken since Q3 2013 migration -
does know if graph api search user email address available since q3 2013 migration went effect on july 10, 2013?
i know searching applications removed, , notes application access token required search other places , pages, can't seem search work type=user @ anymore.
i used able fetch data url similar to: https://graph.facebook.com/search?q=email_address&type=user&access_token=valid_user_access_token
relevant documentation have found:
- https:// developers.facebook.com/docs/reference/api/search/
- https:// developers.facebook.com/blog/post/2013/04/03/platform-updates--operation-developer-love/ following note: "graph api search changes app access tokens required search graph api calls except places , pages. search application no longer supported."
i've tried using app access_token in url directly using php sdk, following exception back:
{ "error": { "message": "(#200) must have valid access_token access endpoint", "type": "oauthexception", "code": 200 } }
is not possible anymore, or missing (it seems docs out of date @ minimum).
thanks!
while searching fix, came across reply on same "bug report" posted @ facebook , facebook developer replied cannot search email anymore.
Comments
Post a Comment