Facebook API: Get all profile pictures

后端 未结 6 1640
野的像风
野的像风 2020-12-23 21:26

What is the best way to get ALL profile pictures from a given user? What permissions do I need?

I know I can access the main profile pic using https://graph.fa

6条回答
  •  执笔经年
    2020-12-23 22:07

    You can pass the "limit=0" to avoid paging altogether, and you get all the photos in one call.

提交回复
热议问题