如何从特定用户处提取 Facebook 事件
我正在尝试创建一个脚本,该脚本将提取 Facebook 用户的事件信息(时间、地点、名称)并将其放置到日历上供他们查看。我似乎找不到访问用户事件数据的方法。我有一个登录页面,他们在其中授予网站访问其事件数据的能力。以下是 Facebook 开发者网站的事件 API 部分:http://developers.facebook。 com/docs/reference/api/event/。所以我的主要问题是:提取所有用户当前事件的脚本会是什么样子?
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 data. 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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
几个月前,我制作了一个 PHP/HTML 日历,可以提取用户或页面的 Facebook 事件并将它们放入您网站上的日历中。
我希望这有帮助:
https://github.com/dangreenisrael/facebook-calendar/
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/