1
Enable Social Media Integration
In order to enable social media integration for your application
we need to follow 2 steps:
- Register your application with IAM server, for this we need client_id and client_secret of your oauth application.
- Whitelist callback urls of auth server in your oauth provider console.
2
Social Media Integration in client application
Here is a sequence diagram for the social media integration from clientsNext steps in documentation will explain how to implement the above flow in your client application.