Configure login with Twitter


Answer:

To configure twitter login api follow the steps below.

  • Go to https://developer.twitter.com/en/apps
  • Click on Create An App.
  • Fill in your application details.
  • The callback URL will be https://example.com/social-login/twitter/callback
  • After creating the app follow their steps to get client ID & client secret.
  • Now go to the Shop admin Settings > Social media logins and set the Client ID and Client Secret in Twitter Login Credential & turn on the activation switch.
  • Click on Save.

×