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
You can get the picture URL through this : graph.facebook.com/username?fields=picture
The facebook C# sdk from codeplex (v.5.0.3) throws an exception when trying to do something like this: fb.GetAsync("me/picture", get_data_callback); I guess GetAsync doesn't support to retrieve the (binary) image data.