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

Is this plugin working still? #12

Closed rockyr1 closed 9 years ago

rockyr1 commented 9 years ago

Looks like FB changed their privacy settings or something, this plugin doesnt seem to work anymore. I have checked all the demos online and offline as well. Albums are not visible, only accountinfo shows up. Is there a way around it?

dejanstojanovic commented 9 years ago

I think you need to generate the token and add it when you initialize the plugin. I will update the demos soon

deejay87 commented 9 years ago

hello where is the token access for a page fb ? Cause i can't make it working again with my fb page thanks

rockyr1 commented 9 years ago

Thanks! here are the instructions i followed to Create accesstoken on Facebook http://doityaar.com/2015/06/how-to-get-facebook-access-token/

rockyr1 commented 9 years ago

btw acessToken for plugin option is mis-spelled. Should be acCessToken ;-)

dejanstojanovic commented 9 years ago

It is only typo in README.MD, the code in .js is expection accessToken, I just updated it. Thanks @rockyr1 for the explanation text, I hope you won't mind if I include the text in README.MD of the project?

rockyr1 commented 9 years ago

no problem. Thanks!

deejay87 commented 9 years ago

hello if i understand, now it's impossible to use this Facebook-Album-Browser without an accesstoken ? do you know a functional solution to automaticly have this token ? thanks

dejanstojanovic commented 9 years ago

I am checking this option now. It's a bit bad thing that Facebook changed their policy since it will cause a lot of existing website functionalities to fail working.

Anyway, I'm looking into some easy way to implement change to make this plugin work, but in the meanwhile I will include text from @rockyr1 blog article into README.MD

ArrayG commented 9 years ago

Is there a delay from when accesstoken is generated to when it is active? I'm using test.html in the package and replaced the account and accesstoken with my own but it is not working. Followed the instructions on getting accesstoken from README.MD. When loading the page only the profile pic shows but albums do not load. When using original options in test.html(natgeo account), albums from the natgeo account loads.

test page is at http://exquisitememoriesph.com/test.html

dejanstojanovic commented 9 years ago

Not sure, try to re-generate your token again. I opened the demo page in plunker http://plnkr.co/edit/bpcaagDgxVClt1lsDH5a?p=preview and instead of natgeo I used you your's exquisitememoriesphotographyand it worked