Where can I find the linkedin access token?
-
on the website it says.
FusionAuth will also store the LinkedIn access_token returned from the login dialog in the UserRegistration object inside the tokens Map. This Map stores the tokens from the various identity providers so that you can use them in your application to call their APIs.
but in my UserRegistration object I can just find
linkedin.id
-
@sh Looks like we need to update the docs a bit.
If you are running a version of FusionAuth > 1.27 it should be found in the identity link object, documented here: https://fusionauth.io/docs/v1/tech/apis/identity-providers/links/
Hope that helps.
-
Here's the open doc issue to update it: https://github.com/FusionAuth/fusionauth-site/issues/1188
-
The doc should be updated now, @sh
Sorry about that!