Closed (won't fix)
Project:
Facebook Album
Version:
7.x-1.3
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Jun 2015 at 11:44 UTC
Updated:
19 Jun 2015 at 12:18 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
b_sharpe commentedLooks 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
Comment #2
FrancescoUK commentedI confirm the issue :-(
Comment #3
FrancescoUK commentedMaybe 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.
Comment #4
hristos commentedwhat 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
Comment #5
b_sharpe commentedSorry, 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.
Comment #6
b_sharpe commentednote that 2.x-dev is now available and working
Comment #7
FrancescoUK commentedThanks for the fix with the new version 2.0, works great. Well done!