I would like to get the profile picture. Can I do that with the Facebook SDK, and how?
When I use the Api.get option I get a jsonreader exception.
|
I would like to get the profile picture. Can I do that with the Facebook SDK, and how? When I use the Api.get option I get a jsonreader exception. |
|||||
|
|
you can render the photo by just doing
in your page (with obviously changing the id to the id of the user). You don't have to retrieve it using the api, but you do have to retrieve the id. You can also get pictures by their id using /photoid like so /98423808305 more information here...http://developers.facebook.com/docs/api |
|||