Shofiqul Alam
Shofiqul Alam

Reputation: 635

Facebook graph api images from a facebook page

im fetching images from my own page with the following fql.

https://graph.facebook.com/me/accounts?fields=feed.limit(10).fields(shares,picture,full_picture,link,source,status_type,caption)&access_token=mytoken

everything was alright,but recently what i see is,facebook changed the url type of the picture,and it was sending small picture before,but i could have changed the _s with _n at the end of the image and could have got the large size of the image.

but right now the url they are sending is,

https://fbcdn-sphotos-c-a.akamaihd.net/hphotos-ak-xpa1/v/t1.0-9/s130x130/10565061_1121057767934438_7658962696051266848_n.jpg?oh=989ec5f139a590853c1c6469dc88daff&oe=5443BE9D&gda=1412917592_2176c5a44f8f2f1309d9e60d80f3e6b9

so my qus is,how can i get the large image size from this query or if the query needs to be changed,what would it be/?

Upvotes: 0

Views: 405

Answers (1)

Related Questions