We are currenlty migrating API v1 to v2. While doing so we wanted to upgrade the tokens of our existing users but one of the required parameters to do so 'access secret' is missing in the v1 response.
We are getting the following response for OAuth v1
{"access_token": "3XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", "token_type": "bearer", "uid": "87878789", "account_id": "dbid:AANNJDHJFHFJKGFRJKFUYGFJK"}
How do we upgrade our old OAuth v1 users' access tokens?