I'm trying to implement a "Login with twitter" functionality into my site and I've been digging up some tutorials on it.
Correct me if I'm wrong, the oauth_token and oauth_token_secret values changes whenever a user requests for them. Also I noticed that there isn't any practical use for the stored oauth_token and oauth_token_secret
As such is it necessary to store and update oauth_token and oauth_token_secret frequently in the database?