mbleigh / twitter-auth

Standard authentication stack for Rails using Twitter to log in.
355 stars 48 forks source link

Won't log in #19

Open cbmeeks opened 15 years ago

cbmeeks commented 15 years ago

I followed the instructions here:

http://intridea.com/2009/3/23/twitter-auth-for-near-instant-twitter-apps and http://wiki.github.com/mbleigh/twitter-auth/twitterauth-and-the-oauth-security-advisory

When I log in, the records are pulled from Twitter and stored in the db just fine. However, I'm not logged in. "current_user" is always nil.

Any suggestions?

listenlight commented 14 years ago

Dumb question, but what do I use for "callback url" on twitter?