is it possible to fetch all events from facebook? I know that I can do it for specific user with events.get, but does anyone know another method?
is it possible to fetch all events from facebook? I know that I can
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Jevgenij, Facebook has millions of events. You have to filter on something. ifaour’s code filters to the events for a particular user.
In my experience, this will give you only events which this particular user created or was invited to. Also, it excludes events which this user explicitly declined.
I have also tried querying the feed for a group, and filtering for feed items with “http://www.facebook.com/event.php?eid=”. This seems to work pretty well for getting all events from a group, although you have to explicitly query for each event to get event information.