On the callback page im trying to figure out a way to differenciate when a user logged in but already has an access token before requesting another one. Most of the methods use the verifycredentials method to make sure you have access to, but you dont know what the user's name is before you call that and you need the access token to do so.
Login through twitter -> callback app (since they just logged in and didnt allow the app i must already have the access token in the db) Login through twitter -> allow access since he/she is registering to a new app -> retrieve access store and login since they did not have an access token before. Or on login just rerequest the access token and restore it, which isnt a problem, just seems that there may be a different way to do it.
