Get user profile picture by Id

后端 未结 15 2480
闹比i
闹比i 2020-11-27 10:08

I\'m now working on a web application which is mostly based of facebook graph api. I hold some data about users - actually , the possible public data available - such as nam

15条回答
  •  無奈伤痛
    2020-11-27 10:43

    You can use the following endpoint to get the image.jfif instead of jpg:

    https://graph.facebook.com/v3.2/{user-id}/picture
    

    Note that you won't be able to see the image, only download it.

提交回复
热议问题