Android Facebook get all profile information

后端 未结 4 1301
暗喜
暗喜 2021-02-05 21:17

How i can fetch all of user profile information from facebook (like first name, last name, email etc.)

I have downloaded the FB SDK but there is no example for getting t

4条回答
  •  迷失自我
    2021-02-05 21:54

    There's an example in the folder facebook-android-sdk/examples/simple. It shows how to make an async request for the basic data of the user. You'll be able to find these data.

    Cheers

提交回复
热议问题