Cancel data view using Graph API Explorer

This is my first time using the Facebook API. I am trying to find a way to use the Graph API Explorer.

I allow him to access my primary permission and generate an access token. Then I type the text in the request field for the GET method and click the "Submit" button. I get the following output:

{ "error": "Request failed" } 

Debugging information on a token tells me that this is the correct application and user. What am I doing wrong here?

Update: The browser add-on (more specifically, Ghostery) blocked the Facebook Graph API. The rest of the steps were in order.

+6
source share
2 answers

I had the same error ... the problem was the "Ghostery" add-on for Chrome. Good luck

+9
source

The "Ghostery" add-on disables trackers as one of the main features.

It seems to have a trick for any Facebook related link. If you want to continue using the add-on without violating your use of the Graph API, simply disable one of the “Social Graph Facebook” elements after you select the add-in in the upper right corner of your browser, at the moment this is a small ghost icon to the left of Settings (Google Chrome).

I had the same problem when I used the graphical explorer located here: https://developers.facebook.com/tools/explorer

Alternatively, if the add-on is enabled in your browser, go to https://apps.ghostery.com/en/apps/facebook_social_graph and make sure that under "Do you want to block Facebook Social Graph?" set to off.

0
source

Source: https://habr.com/ru/post/958217/


All Articles