Facebook Graph API : get larger pictures in one request

As described in this bug on Facebook, you can also request specific image sizes now via the new API “field expansion” syntax.

Like so:

https://graph.facebook.com/____OBJECT_ID____?fields=picture.type(large)

Leave a Comment