I'm starting to test integrations with Facebook on my site and trying to return information from an event using the code in 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 anyone give me feedback?