Is there any way to upgrade the Google Oauth token and secret obtained using OAuth 1.0 to OAuth2 access token?
My application is having around 800+ Google users and if each user needs to go through the whole OAuth process again, it will be painful for them.
Haven't seen any posts regarding this anywhere. Any help would be much appreciated as I have already moved my app to OAuth2 and need a way out for these users asap.