Facebook Graph API Change: Picture type (size) no longer working?

前端 未结 3 1809
梦如初夏
梦如初夏 2020-12-19 06:17

According to Facebook\'s Graph API documentation (here), you can access various sizes of a user\'s profile picture through URLs such as:

https://graph.facebo         


        
3条回答
  •  猫巷女王i
    2020-12-19 06:47

    As described in this bug on Facebook, you can request this via the new API "field expansion" syntax.

    This works for me:

    https://graph.facebook.com/____OBJECT_ID____?fields=picture.type(large)
    

提交回复
热议问题