Android: How to get facebook user image using access_token

后端 未结 3 731
Happy的楠姐
Happy的楠姐 2021-02-09 19:37

I am working on an application that need to login with facebook. This is the first time when i am integrating Fb API in my application. I have start from Getting St

3条回答
  •  天命终不由人
    2021-02-09 19:38

    Finally, after a long search, i got the way to access login user's image by using only access_token https://graph.facebook.com/me/picture?access_token=
    thanks to @Jess for your valuable answer!

提交回复
热议问题