Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

imcompabilities when using omniauth-facebook #18

Closed
ssoulless opened this issue Feb 12, 2015 · 3 comments
Closed

imcompabilities when using omniauth-facebook #18

ssoulless opened this issue Feb 12, 2015 · 3 comments

Comments

@ssoulless
Copy link

Hi, Just after I installed and configured this module I got a problem.

In my header I have this conditional

<% if current_or_guest_user.guest == false %>
show header for logged in users
<% else %>
show header for guest users (logged out users)
<% end %>

Well it worked normally before I installed this gem.

Now after I try to log in through facebook I get this error

undefined method `_logging_in_user_callbacks'

Im trying to debug the issue but still no change, any idea?

@lacostenycoder
Copy link

Did anyone ever find a workaround or solution to this? I'm having the same issue.

@lacostenycoder
Copy link

This seemed to fix the problem. Hopefully pull request will get merged.
https://github.com/davidkus/devise-guests

@pacso
Copy link
Collaborator

pacso commented Oct 25, 2021

Closing as duplicate of #17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants