I have aqcuired a never-expiring page access token for our facebook fan page and when I first used it, the gallery was working and everthing was showing up. Today, when I checked my page, the gallery is no longer there and I have not changed anything on the node.

I have debugged the access code and it does say it will never expire.

Any thoughts on where to go from here to get this working?

Any help would be greatly appreciated!

Thanks,
Sara

Comments

Seppe Magiels’s picture

Hey Sara,

To be honest I don't have any idea... It might be that Facebook changed the API, but I haven't found any indication about that. Maybe try to create a new token and check if it works, if it does you should create a new token if it doesn't let me know and I will try to have a look.

Sara_J’s picture

Hey,

I tried generating a new access token and the albums still don't appear. That said, I tested the module on a clean install in my sandbox site and it worked just fine - so the issue is not with this module but most likely a conflict with a module I have installed since.

I realize that this is no longer your issue, but do you have any advice on likely culprits? This is my first time building on Drupal and it's all a bit of a blur, I don't have a firm recollection of what I installed when!

Thanks,
Sara

Seppe Magiels’s picture

Status: Active » Closed (works as designed)

Hi Sara,

I would start by checking out all the modules that use JS. One option is to use the console of your browser to check for JS errors, which might point you to the correct module. Further I suggest you clear your cache after each adjustment. (server and client-side)

Greetings!