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?
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?
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?