I am trying to make Authlogic and Facebook Connect (using Facebook) play nice so that you can create an account either the normal registration way or with Facebook connect. I have been able to get the connect to work one way but logging out only loggs out on facebook and not on my site, I have to delete the cookies to make it working. Any help would be awesome, thank you!
相关问题
- Question marks after images and js/css files in ra
- Using :remote => true with hover event
- facebook error invalid key hash for some devices
- Eager-loading association count with Arel (Rails 3
- LoginActivty with Firebase & Facebook authenticati
相关文章
- Ruby using wrong version of openssl
- Right way to deploy Rails + Puma + Postgres app to
- Facebook login for group members
- AWS S3 in rails - how to set the s3_signature_vers
- Difference between Thread#run and Thread#wakeup?
- how to call a active record named scope with a str
- How to add a JSON column in MySQL with Rails 5 Mig
- “No explicit conversion of Symbol into String” for
Have you tried the Facebook Connect extension for AuthLogic?
Here's an example app I made using the Facebook Connect extension, authlogic and Open ID. It still needs some work, but it does function.
http://big-glow-mama.heroku.com/
http://github.com/holden/authlogic_openid_selector_example/tree/with-facebook/
just tried omniauth with authlogic, that works like a charm btw, authlogic-connect is out-dated
You also have an example app to check (Authlogic + Omniauth) http://omniauth-authlogic-demo.heroku.com/
This is a good gem for that. http://github.com/viatropos/authlogic-connect