XeroAPI / xero-net-oauth2-sampletokenmigration

Sample app for migrating OAuth1.0a tokens to OAuth2.0 tokens.
1 stars 1 forks source link

how to migrate if oAuth1 access token is expired? #1

Open romil14 opened 3 years ago

romil14 commented 3 years ago

Hi, I need help. I am migrating our app from oAuth1 to oAuth2. We have a partner connection. As oAuth1 access token only valid for 30min, after that token will expired and we have to refresh access token. and to migrate into oAuth2 we need valid i.e. not expired oAuth1 access token. Is there any other way i.e. if oAuth1 access token is expired then also we can migrate?

Sora2455 commented 3 years ago

Can't you just renew your token before trying to migrate it?