How to get a facebook profile picture under https?

后端 未结 3 800
渐次进展
渐次进展 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 13:01

    Here is the fix: you need to the parameter: return_ssl_resources=true

    example:

    https://graph.facebook.com/FB_UID/picture?return_ssl_resources=true

提交回复
热议问题