Module works fine for some period of time. Today I opened a page where albums should displayed - and saw nothing.
Maybe it is some error with facebook communication? Albums and pages on facebook are all ok.

Page example: http://redkarting.club/photo

CommentFileSizeAuthor
#5 fb-accesstoken.patch6.23 KBb_sharpe

Comments

b_sharpe’s picture

Looks like Facebook updated their API and you now need an app/access_token to access albums. Hopefully will be able to work this in soon

FrancescoUK’s picture

I confirm the issue :-(

FrancescoUK’s picture

Maybe thor gallery module could provide some inspiration?

They have a working page example: http://www.thorsteel.com.au/gallery/product-showcase

That module is for 6.x only.

hristos’s picture

what is happening, what should be done to make it work again this module, I have the same problem. Something as described here https://www.drupal.org/project/fbphotosync
I should do

b_sharpe’s picture

StatusFileSize
new6.23 KB

Sorry, I have been extremely busy with some other projects. FB recently removed the access to albums (even public ones) without the use of an App with access token.

I have enlisted another developer to help and produce 2.x with support for this, and hopefully will have the dev version up by end of week.

If you cannot wait, there is a work around with 1.x, but let it be known I do not recommend, nor suggest this.

For public albums any valid access token can be used to make the request. If you have a valid (and preferably non-expiring) token, you can just modify the JS (attached rough patch) and the module will work as per normal. NOTE: If someone also has your app id, with this token they can make any requests they want with the permissions you have given in this token.

b_sharpe’s picture

Status: Active » Closed (won't fix)

note that 2.x-dev is now available and working

FrancescoUK’s picture

Thanks for the fix with the new version 2.0, works great. Well done!