使用face.com API时如何在iPhone应用程序中获取Facebook凭据

发布于 2024-10-16 23:46:13 字数 132 浏览 0 评论 0原文

我正在尝试制作一个可以使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

亢潮 2024-10-23 23:46:13

我认为正确阅读文档会有更多帮助。我在 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/

一人独醉 2024-10-23 23:46:13

获取用户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/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文