Request email and password Facebook from your app?

后端 未结 2 526
星月不相逢
星月不相逢 2021-01-29 09:30

I am making app logging with Facebook. I request to take Facebook account information (facebook_ID, gender, birthday) so how to take password and email Facebook app???

相关标签:
2条回答
  • 2021-01-29 10:23

    Use permission for access token as @"user_birthday" in for o-auth ,i.e use api_key , re-direct url .

    And then make a request to "@"https://graph.facebook.com/me?access_token=_access-token_"".

    This for external usage .That means calling facebook api .

    From iOS 6 . Facebook SDK is available . Try with that

    0 讨论(0)
  • 2021-01-29 10:35

    you wont get the password from facebook , read about oauth specifics , email you can still get from facebook I think it is extended permission request . If you are using iOS 6 and above recommended to use the socaiframework

    0 讨论(0)
提交回复
热议问题