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 的图形 API 获取用户朋友签到的实时更新?
我知道您可以按需获取朋友签到,并且可以实时获取用户签到,那么朋友签到实时怎么样?
谢谢。
您可以使用订阅从 facebook graph api 获取实时更新
https://graph.facebook.com/<APP_ID>/subscriptions?object=check_in&callback_url=<ur url>
. 详情请参考以下链接
http://vikasrao.wordpress.com/2011/07/05/subscribing-to-facebook-graph-apis-real-time-updates-using-curl/
您无法获取用户朋友签到的 RTU。只是用户的签到,即使如此,您也必须在订阅中启用“提要”,而不是“签到”。当前是一个文档错误。