dejanstojanovic / Facebook-Album-Browser

jQuery plugin for browsing public albums of a Facebook account
http://dejanstojanovic.github.io/Facebook-Album-Browser/
MIT License
74 stars 42 forks source link

Lightbox full resolution images #36

Open timracer opened 8 years ago

timracer commented 8 years ago

@sanjinc images into lightbox is not showing itself in full resolution. Can you help me find the reason?

timracer commented 8 years ago

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 :-(

gratiahuang commented 8 years ago

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