Facebook-Album-Browser
Facebook-Album-Browser copied to clipboard
Lightbox full resolution images
@sanjinc images into lightbox is not showing itself in full resolution. Can you help me find the reason?
Can anyone help me please in this issue? I'm using plugin here http://artphotos.kz/albums. I found that 720px is default to SOURCE and SOURCE is deprecated and Facebook recommends to use IMAGES instead.
I read this
https://developers.facebook.com/docs/graph-api/reference/v2.2/photo
http://stackoverflow.com/questions/14006979/getting-a-high-resolution-picture-from-facebook-api
http://stackoverflow.com/questions/14243464/facebook-how-to-get-actual-photo-url-using-graph-api
and unfortunately I cannot reach the result :-(
I was having the same problem, has been solved by edit line 369: replace $(result.data)[a].source with $(result.data)[a].images[0].source https://developers.facebook.com/docs/graph-api/reference/photo