Facebook Open Graph - images too small -


trying images fb open graph, working correctly. image size parameter not, , receiving 150x150px sized images.

the url used in function follows. can advise on how set actual size of image received? thanks

$url = "https://graph.facebook.com/{$album_id}/photos?fields=picture&limit=4&access_token={$access_token}";

as per docs:

picture link 100px wide representation of photo

what need images field:

images different stored representations of photo. can vary in number based upon size of original photo.

and pick image works you.


Comments

Popular posts from this blog

javascript - Slick Slider width recalculation -

jsf - PrimeFaces Datatable - What is f:facet actually doing? -

angular2 services - Angular 2 RC 4 Http post not firing -