从 Facebook API 检索我朋友的签到
有没有办法使用 Facebook API 检索我朋友的签到信息? 我要开发一个 iPhone 应用程序,我需要纬度和经度。
Is there any way to retrieve the check in of my friends using the API for Facebook?
I am going to develop an iPhone app and I need latitude and longitude.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的,这在 Facebook 上很容易实现。查看 Checkin api 文档,该文档将为您提供用户和他们的朋友已签入,包括纬度和经度。您只需提示用户授予 user_checkins 权限即可。也可以使用他们的 FQL 语言进行查询,请查看 签入 表。最新的 Facebook iOS SDK 和示例将帮助您快速开始制作 Graph API。
Yes this is pretty easy to implement with Facebook. Check out the Checkin api documentation which which will give you the places the user and their friends have checked into, including latitude and longitude. You just need to prompt the user for user_checkins permission. This can also be queried using their FQL language, look at the checkin table. The latest Facebook iOS SDK & sample will help you get started making Graph API's quickly.
您好,
是的,您可以检索朋友的签到,
这将根据请求 didload 方法提供您的朋友最近签到的列表。
希望这有帮助 - 如需指导,请使用此链接:
http://tylerwhitedesign.com/how-to-check-in-using-the-facebook-ios-sdk-and-graph-api
Hii,
yes, you can retrieve checkins of your friends
this will give a list of recent checkins made by your friends at request didload method.
Hope this Helps - for guidance use this Link:
http://tylerwhitedesign.com/how-to-check-in-using-the-facebook-ios-sdk-and-graph-api