Reputation: 194
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
Reputation: 1663
You have to use filed full_picture
For example: me/posts?fields=message,name,link,picture,full_picture
Upvotes: 1