FQL is deprecated. How i can with graph api get post all photos? Specially for post type link.
Developers documentation said:
/v2.1/{post-id} will now return all photos attached to the post: In previous versions of the API only the first photo was returned with a post. This removes the need to use FQL to get all a post's photos.
But, for example:
return only first small photo.
Tnx.