I'm using facebook sdk 3. I would like to get the user profile image URL. How get it?
Thanks!!
I'm using facebook sdk 3. I would like to get the user profile image URL. How get it?
Thanks!!
This is the link i use:
"http://graph.facebook.com/"+id+"/picture?type=large"
where id is the facebook user id.