getting user profile picture using facebook c# sdk from codeplex

前端 未结 5 1217
旧时难觅i
旧时难觅i 2021-01-04 23:25

I am using facebook C# sdk from codeplex and trying to download user\'s profile picture.

I know I can get this from:

http://graph.facebook.com/UID/picture?t

5条回答
  •  耶瑟儿~
    2021-01-04 23:38

    You don't actually need the second URL. The second URL is just a caching url. Just use the graph.facebook.com/username/picture?type=large url. The longer caching url could change so it is not a reliable source of the image anyway.

提交回复
热议问题