Possible Duplicate:
#= added to URL by facebook
I have a problem with Omniauth + Facebook. I've done everything exactly as described on this wiki page and when i'll hit 'Login with Facebook' button, omniauth allways redirects me to http://domain/sign_up#_=_
, no matter if user exists in database or not (i mean, user with email address downloaded from facebook api).
I'm not sure what code could be usefull for you to debug my problem cause i need to admit that this whole oauth thing seems a bit magicial to me. It's probably something connected to find_for_facebook_oauth()
function cause that's the function responsible for checking if user exists in database. However, even looking in it's code, i'm not able to see what's the problem.
Can you please tell me what can be a cause or just advice me what files or functions you need to check out to be able to tell more?
I'm not sure why this question is marked as a duplicate and closed. Have you even read the question body or just a title?