0

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?

4

2 に答える 2

0

ドキュメントを適切に読むことで、さらに役立つと思います。Face.comでわずか 5 分間の調査で、関連するものを見つけました。そこにはメソッドのリストと実際のサンプル応答があります。必要なのは、次の URL だと思います。

http://developers.face.com/docs/api/account-users/

于 2011-02-09T08:42:28.857 に答える
0

userID、セッションなどの取得は、実際には Facebook API (face.com ではありません) の一部であり、それに関する情報は次の場所にあります: http://developers.facebook.com/docs/guides/mobile/

于 2011-02-22T11:36:46.383 に答える