How to pull Facebook events from certain user
I am trying to create a script that will pull a Facebook user's event information (time, place, name) and place it onto a calendar for them to view. I can't seem to find a way to access the user's event dat开发者_StackOverflow中文版a. I have a login page, where they grant the website the ability to access their event data. Here is the Event API section of the Facebook Developer Site: http://developers.facebook.com/docs/reference/api/event/. So my main question is: What would a script that pulls all of the user's current events look like?
A few months ago I made a PHP/HTML calendar that pulls a user or page's facebook events and puts them into the calendar on your website.
I hope this helps:
https://github.com/dangreenisrael/facebook-calendar/
精彩评论