fusionauth-site icon indicating copy to clipboard operation
fusionauth-site copied to clipboard

Blog post and example app about using links

Open mooreds opened this issue 1 year ago • 8 comments

We support IDP links, which is a cool feature. This lets someone connect Facebook, Google, etc, into one account using FusionAuth to do the heavy lifting. Then, a long lived token is present on the links object for that user, and can be used to get an access token and then do some API work.

The example I saw was someone wanting to build a way to upload video to multiple services.

Would be good to build out an example app and blog post explaining how to do this, as it is a relatively unique feature.

https://fusionauth.io/docs/v1/tech/apis/identity-providers/links is the API to use.

mooreds avatar Oct 17 '22 15:10 mooreds