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?
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
– LeandroLuk