Getting full-size profile picture

Richard picture Richard · Dec 20, 2011 · Viewed 114.4k times · Source

Is there anyway to get the full-size profile picture using any facebook api?

http://graph.facebook.com/{ID}/picture?type=large is way to small.

Thanks :)

Answer

Lri picture Lri · Feb 25, 2013

Set either the width or height to some arbitrarily large number:

https://graph.facebook.com/username_or_id/picture?width=9999

If the width and height are the same number, the photo is cropped to a square.