xerogolang icon indicating copy to clipboard operation
xerogolang copied to clipboard

Refresh token

Open ramonmacias opened this issue 5 years ago • 1 comments

https://github.com/XeroAPI/xerogolang/blob/ea5d8a0fa4ffb1dd83158d9d3998f17fa34ac5d0/session.go#L46

Hello,

I'm trying to understand how to use Authorize method for refresh the user session tokens, as parameter we need to pass an implementation of goth.Params interface, and inside this method you will call this method using oauth_verifier, I assume that I need to do this implementation but whats is still not clear for me is which value I need to return from this Get call? Is something I'm missing?

Thanks

ramonmacias avatar Dec 09 '19 00:12 ramonmacias

I also try to use this method RefreshOAuth1Token but got this error oauth_session_handle in access token.

ramonmacias avatar Dec 09 '19 01:12 ramonmacias