You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OK, this is super weird. We have the correct FB ID for Perry's page (checked both with https://findmyfbid.com/ and by checking the source for Perry's page). However, when using the graph explorer i get:
{ "error": { "message": "Unsupported get request. Object with ID '129931940492158' does not exist, cannot be loaded due to missing permissions, or does not support this operation. Please read the Graph API documentation at https://developers.facebook.com/docs/graph-api", "type": "GraphMethodException", "code": 100, "fbtrace_id": "A3Hw/JnpOmU" } }
So as far as I can understand, either Perry closed the option to scrape his page with the API, or there's a bug with his page on FB's side.
@yotammanor - got any idea how to move forward with this?
One more insight, from the graph API documentation:
Permissions
For pages that are published, you need:
An app or user access token to view fields from fully public pages.
A user access token to view fields from restricted pages that this person is able to view (such as those restrict to certain demographics like location or age, or those only viewable by Page admins).
A page access token can also be used to view those restricted fields.
You need to be the admin of root page for child pages in order to read the global_brand_children edge for a page.
So I think Perry might have his page restricted. This makes sense, since when I tried the API explorer with my user token (instead of the app token), the search worked fine.
Automatically imported from Trello at 2017-07-15T17:10:00.799Z
Attachments:
Due:
The text was updated successfully, but these errors were encountered: