Is there a way to fetch all facebook events that atleast one of my friends is attending?

87 Views Asked by At

Can I fetch all Facebook events that atleast one of my friends is attending? All I need is event IDs nothing else. Will Facebook let me fetch that info? Also, i have never run any code with facebook api, could you tell me whays the most simple environment i can use to send this query?

1

There are 1 best solutions below

7
On

The simple answer: No, of course not. Since v2.0, all friend permissions have been removed.

There is one way though, you can store the attended events of an authorized user and show the info to a friend who authorized the App too.

About how to start with the Facebook API, please start reading the docs: https://developers.facebook.com/docs