You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OAuth2::Error - unauthorized: Full authentication is required to access this resource
{"error":"unauthorized","error_description":"Full authentication is required to access this resource"}
I'm using it like described in the README:
tw = TransferWise::OAuth.new(transferwise_client_id, transferwise_client_secret)
...
# got the code PS: I made sure I'm using the same redirect_url
...
token = tw.get_access_token(code, transferwise_redirect_url)
Please let me know if there's any other information you need.
The text was updated successfully, but these errors were encountered:
Calling this method gives me back an error:
I'm using it like described in the README:
Please let me know if there's any other information you need.
The text was updated successfully, but these errors were encountered: