Getting facebook profile picture -


i need facebook profile picture of passing id. no need use facebook api or graph else.. need give url id.. possible profile picture in way? tried in google didnt it. if knows please respond me...

well, think options available are:

  • https://graph.facebook.com/[profile_id]/picture (you can include url inside tag , work).
  • scrap page corresponding profile, i.e. http://www.facebook.com/profile.php?id=[profile_id] , url of picture there.

i suggest use first one, because gives more flexibility picture size (?type=small, ?type=thumbnail, etc).

edit

keep in mind answer 2011, , facebook makes changes in apis frequently.


Comments

Popular posts from this blog

twig - Using Twigbridge in a Laravel 5.1 Package -

jdbc - Not able to establish database connection in eclipse -

firemonkey - How do I make a beep sound in Android using Delphi and the API? -