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.
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
.