In accessTokenAPIResponse I only get access_token, token_type, expires_in, refresh_token and scopre...
w
In accessTokenAPIResponse I only get access_token, token_type, expires_in, refresh_token and scopre :/
r
Hey @weboux
You need to override the sign in up api and then from the returned response, you get the access token using which you can query the provider to get whatever info you want.
w
First I have done like you see up so I need request to provider for user data?
r
yes
w
I see. My code is ok?
r
could you please format it better in a code snippet style format so it's easier to read?
w
Ok. I'll send link to my pasterbin with this code :)
@rp_st I updated link.
23 Views