How to return data from an event via the Graph API

Asked

Viewed 321 times

0

I’m starting to test integrations with Facebook on my site and while trying to return information from an event using the code that is on API documentation I get the following error:

code: 104 message: "An access token is required to request this resource." type: "OAuthException"

I know I have to inform the access token for the API to return the information (as seen in Graph Explorer) but I do not know how to use it via Javascript. Could someone give me some feedback?

1 answer

1


  • Excellent friend, had not found this description yet in the Graph API, my error was not to open the object keys to inform which the "access_token". thank you very much

Browser other questions tagged

You are not signed in. Login or sign up in order to post.