julianlam / nodebb-plugin-sso-facebook

Single Sign-On Plugin for NodeBB
BSD 2-Clause "Simplified" License
19 stars 19 forks source link

Suddenly stopped working, no longer shows on login page #33

Closed DaveArthur closed 8 years ago

DaveArthur commented 8 years ago

Maybe this was caused by upgrading to v0.9.3. but not noticed till now, as the facebook login hadn't expired.

julianlam commented 8 years ago

selection_075

Hi there, can't reproduce this issue. When configured and restarted, the SSO login option shows up.

DaveArthur commented 8 years ago

OK strange, I just tried deactivating and reactivating, also de-installing and reinstalling and still no joy. Not getting any configuration option in the drop down plugins menu? (I can't remember if there was before or not but I'm presuming it would need a fb app ID) fbsso-nodebb-1 fbsso-nodebb-2

The site can be found here https://www.dahippo.com/forum/login

Sound like I may have to dig a bit deeper!

julianlam commented 8 years ago

Can you report your nodebb hash?

DaveArthur commented 8 years ago

Not sure what you mean by nodebb hash?

julianlam commented 8 years ago

@DaveArthur Just wanted to see which commit you were on. Can you run git rev-parse HEAD in the command line, from the nodebb dir?

DaveArthur commented 8 years ago

ok 9043a40c358c19658b8468387a253bc01e599905

ghost commented 8 years ago

I had same problem with nodeBB 0.9.4 and a version of a installed nodebb-plugin-sso-facebook which was 2.0.0 was quite suspicious while nodeBB showed that it's last version is 1.1.8 ( Unfortunately I miss a screen shot, but you may be able to check yours ). Anyway I reinstalled a nodebb-plugin-sso-facebook with a explicit version 1.1.8, then BOOM! it works :)

Actually what I did is that

npm install nodebb-plugin-sso-facebook@1.1.8

julianlam commented 8 years ago

Yes, v2.0.0 is only cleared for NodeBB v1.0.0 :)