How to return data from an event by Graph API

0

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?

    
asked by anonymous 12.07.2014 / 20:03

1 answer

1

Hello, how are you?

I gave a quick read through the documentation, discovered this link that has exactly what you need:

link

If you have any questions put here again ..

vlw!

    
13.07.2014 / 01:05