Get Facebook real profile image URL

后端 未结 5 1635
-上瘾入骨i
-上瘾入骨i 2020-12-08 17:40

According to Facebook graph API we can request a user profile picture with this (example):

https://graph.facebook.com/1489686594/picture

We don\'t need any T

5条回答
  •  囚心锁ツ
    2020-12-08 18:31

    You can also add ?redirect=false to the end of your URL and then parse the JSON response directly.

    In your example: https://graph.facebook.com/1489686594/picture?redirect=false

    More information here https://developers.facebook.com/docs/graph-api/reference/user/picture/

提交回复
热议问题