RailsCasts Pro episodes are now free!

Learn more or hide this

Alex Egg's Profile

GitHub User: eggie5

Site: www.eggie5.com

Comments by Alex Egg

Avatar

From looking at the source quickly -- it seems only the User model is slightly different as some logic from the controller was moved to it.

What's new in this episode?

Avatar

what is the point of this example if it doesn't save the user's oauth token? You can't do anything besides use the information from the initial response. For example: I can't tweet on behalf of this person. If this was a facebook auth - would be able to post messages or do anything. Am I missing something?