Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flickr, Picasa and Facebook broked #49

Open
jeanferri opened this issue Mar 2, 2015 · 3 comments
Open

Flickr, Picasa and Facebook broked #49

jeanferri opened this issue Mar 2, 2015 · 3 comments
Assignees
Labels

Comments

@jeanferri
Copy link

It does not work anymore the plugins for Flickr, Picasa and Facebook galleries. I tested it in a specific gallery on Flickr:

https://www.flickr.com/photos/camaradomingosmartins/sets/72157650611105167/

The problem I discovered using Firebug is that Flickr API is invoked over http otherwise https:

http://api.flickr.com/services/rest/?&format=json&jsoncallback=jQuery172044271056967805755_1425080574096&api_key=2a2ce06c15780ebeb0b706650fc890b2&method=flickr.photosets.getPhotos&extras=url_t,url_m,url_o,url_s,url_l,url_z,description&sort=interestingness-desc&per_page=20&photoset_id=72157650611105167&_=1425080583734

It is not working anymore, but using https it's fine.

The same for Picasa and Facebook, but Picasa is even more broked because it have changed the base URL to https://plus.google.com/photos/...

I could not discover how fix it in the source... Any idea?

@jeanferri
Copy link
Author

@jeanferri
Copy link
Author

It seems Facebook has changed the API:

https://developers.facebook.com/docs/graph-api/reference/v2.2/album/photos

I tried to call like this:

http://graph.facebook.com/v2.2/371858606263963/photos

But it is asking for authentication.

@jeanferri
Copy link
Author

It seems galleria.io has removed the support for Facebook albums:

http://galleria.io/docs/

Maibe updating this lib may fix the bugs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants