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?
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?
ドキュメントを適切に読むことで、さらに役立つと思います。Face.comでわずか 5 分間の調査で、関連するものを見つけました。そこにはメソッドのリストと実際のサンプル応答があります。必要なのは、次の URL だと思います。
userID、セッションなどの取得は、実際には Facebook API (face.com ではありません) の一部であり、それに関する情報は次の場所にあります: http://developers.facebook.com/docs/guides/mobile/