How to get a facebook profile picture under https?

后端 未结 3 799
渐次进展
渐次进展 2021-02-08 11:55

Is it possible to get an facebook profile picture under https using the new Graph API?

We run a site under https, but the profile picture returned by the facebook Graph

3条回答
  •  太阳男子
    2021-02-08 12:41

    Use link 1 to get a high resolution image, link 2 to get an icon sized image where 'xxxx' refer to 'facebook_user_id'.

    • link 1 : https://graph.facebook.com/xxxx/picture?type=large
    • link 2 : https://graph.facebook.com/xxxx/picture?type=small

提交回复
热议问题