【发布时间】:2011-09-17 20:59:49
【问题描述】:
假设我在 Facebook 上有一个页面并更新其状态并在其墙上发布。 我想要的是获取 json 或 xml 格式的数据并在我自己的网页上使用它。
到目前为止,我阅读的所有 api 文档都需要一个访问令牌,我不应该需要它。
Twitter 有一个类似http://twitter.com/statuses/user_timeline/twitter_username.json?count=10 的rest api,它以json 格式返回数据。我需要这样的东西。
【问题讨论】:
标签: php javascript xml json facebook