[quote user="coolchaser chao"]
To make the authorization persistent, how would you save @access_token? Would you just save the access token's string and secret?
[/quote]
I am not sure that the access token is valid outside one given session... The documentation mentions a "session based Access Token", and tinkering ...