How to get a facebook profile picture under https?

后端 未结 3 804
渐次进展
渐次进展 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:49

    The Graph API is essentially a very basic API, it's probably not the most efficient method to grab images. A better alternative is to learn how to uSe "FQL" and create a FQL that grabs all the UID's profile pictures. This way, instead of hundred and hundreds of calls, which can be very slow, you grab all the info you need in one call.

提交回复
热议问题