Getting the “real” Facebook profile picture URL from graph API

后端 未结 12 2013
说谎
说谎 2020-12-12 15:25

Facebook graph API tells me I can get a profile picture of a user using

http://graph.facebook.com/517267866/picture?type=large

which works fine. However, whe

12条回答
  •  抹茶落季
    2020-12-12 16:16

    http://graph.facebook.com/517267866/?fields=picture&type=large

    Would return the URL in JSON

提交回复
热议问题