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
We need to modify the getAccessToken() in the library to get the callback_url to redirect the user to which isn't ideal as it means we aren't in sync with the package.
Would be nice if there was another method to just return the response and then we can do what we want with it, including extracting the access_token.
The text was updated successfully, but these errors were encountered:
pretty
changed the title
getAccessToken not returning callback_url
getAccessToken() not returning callback_url
Jun 22, 2018
We need to modify the
getAccessToken()
in the library to get thecallback_url
to redirect the user to which isn't ideal as it means we aren't in sync with the package.Would be nice if there was another method to just return the response and then we can do what we want with it, including extracting the
access_token
.The text was updated successfully, but these errors were encountered: