-1

I'm using facebook sdk 3. I would like to get the user profile image URL. How get it?

Thanks!!

user2578504
  • 59
  • 1
  • 5

1 Answers1

1

This is the link i use:

"http://graph.facebook.com/"+id+"/picture?type=large"

where id is the facebook user id.

amalBit
  • 12,041
  • 6
  • 77
  • 94