Keysersoze
Keysersoze

Reputation: 194

Facebook API - Retrieve other sizes picture from attached link

For the moment, I'm retrieving posts from Facebook account thanks to the endpoint "/account_name/posts". Some of those posts are links. There is a item "picture", but it's a really bad quality : example

I would like to retrieve a better quality image from this link. Is it possible, I didn't find the information in the doc.

Thanks in advance!

Upvotes: 0

Views: 39

Answers (1)

Kristiyan
Kristiyan

Reputation: 1663

You have to use filed full_picture

For example: me/posts?fields=message,name,link,picture,full_picture

Upvotes: 1

Related Questions