Facebook 新闻源示例
我正在尝试访问新闻流以平移某些事件,但
我在使用 facebook 开发人员工具包时遇到了一些问题。
有人有或者可以给我指一个获取新闻流的例子吗?
I'm trying to access the news stream to pan for certain events
I'm running into a few issues with the facebook developer toolkit.
does anyone have or can point me to an example of getting the news stream?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Facebook Graph Toolkit 非常适合这项工作。查看 http://fbgraph.computerbeacon.net/tutorial/section2/ 示例。
The Facebook Graph Toolkit is ideal for this job. Check out http://fbgraph.computerbeacon.net/tutorial/section2/ for an example.
请尝试使用 .NET Facebook API 客户端。请按照开始使用 trunk 说明,然后使用 Stream.Get 应该相当简单
Try using the .NET Facebook API Client instead. Follow the Getting Started using trunk instructions, and from there using Stream.Get should be fairly straightforward