使用face.com API时如何在iPhone应用程序中获取Facebook凭据
我正在尝试制作一个可以使用 faces.recognize API 调用的示例 iPhone 应用程序。我可以使用 RestKit 成功连接到 Face.com API,但是,我不知道如何获取用户 ID、会话等。
如何才能做到这一点?
I am trying to make a sample iPhone app that can use the faces.recognize API call. I can successfully connect to the Face.com API using RestKit, however, I have no idea how to obtain the user id, session, etc.
How can this be done?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我认为正确阅读文档会有更多帮助。我在 Face.com 上进行了短短 5 分钟的研究,发现了相关的内容。那里有一个方法列表和相关的示例响应。我认为您需要的是这个 URL:
http://developers.face.com /docs/api/account-users/
I think reading the documentation properly would have helped more. I found a related in just 5 minutes of research at Face.com . There are a list of methods there and the realted sample responses. What you need is, I think, this URL:
http://developers.face.com/docs/api/account-users/
获取用户ID、会话等实际上是Facebook API(不是face.com)的一部分,有关它的一些信息可以在这里找到:http://developers.facebook.com/docs/guides/mobile/
Getting the userID, session, etc. is actually a part of the Facebook API (not face.com) and some info about it can be found here: http://developers.facebook.com/docs/guides/mobile/