Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试访问新闻流以平移某些事件
我在使用 facebook 开发人员工具包时遇到了一些问题。
有没有人有或可以指出我获取新闻流的示例?
尝试改用.NET Facebook API 客户端。按照Getting Started using trunk指令进行操作,从那里使用 Stream.Get 应该相当简单
Facebook Graph Toolkit非常适合这项工作。以http://fbgraph.computerbeacon.net/tutorial/section2/为例。