Email account linked with social media

Hey @mvandrei, try this workflow.

  1. Get the user to login
  2. Show a button to connect Google/Facebook (You will have to use the API connector plugin to your Google App/Facebook App)
  3. Fetch the token, and make changes to the “User” record on your database for the “current user”
  4. Reuse the token for any API calls and then Refresh/ReAuthenticate when expired

See if the below post would help you build the API connector.

2 Likes