joakimk
joakimk

Reputation: 852

Using the Facebook Graph API Explorer

I want to experiment with the Facebook Graph API, using the Graph API Explorer. Specifically, I have a Facebook event (which is "Open Invite"), and I'd like to see what information I can pull regarding this event. For instance, attendees, RSVP-status, etc.

When I use the explorer, I first need to get an access token. The amount of information I can pull from Facebook depends on what permissions I "give myself" in this token. However, I'm a little uncomfortable as to what this actually implies:

Since this is an upcoming event, I have to be 100% certain I won't somehow end up messing up the actual event, like removing people or even deleting the event. Perhaps the Graph API Explorer can only pull information about the event, or can I accidentally edit/delete the event through the same tool?

Sorry for the vague question, but perhaps someone can shed some light on these things?

Upvotes: 0

Views: 257

Answers (1)

L.A
L.A

Reputation: 455

The GraphExplorer can also post/edit and delete data. On the left hand site you have a drop down menu with GET/POST/DELETE if you stay with get u can't modify any data.

As to the security concerns if the Token expires the permission expire and you can also remove the permissions manually by clicking on Get Acces Token and then Clear.

Upvotes: 1

Related Questions