Twitter Settings

Twitter Settings

OAuth-related Twitter settings can be set up here. ERPNext uses the OAuth 2.0 Authentication Protocol to gain access to the API that allows for post sharing.

1. How to set up Twitter App

OAuth-related Twitter settings can be set up here. ERPNext uses the OAuth 2.0 Authentication Protocol to gain access to the API that allows for post sharing.

1.1 Create Twitter Developer App

Create an app using the developer.twitter.com link and confirm that it has read and write access.

twitter app permission

1.2. Configure Callback URL

  1. Select your App and go to App Details.

  2. Then go to Edit and click Edit Details.

  3. Add your website URL in Callback URLs like: https://{yoursite}/api/method/erpnext.crm.doctype.twittersettings.twittersettings.callback

  4. Click Save to make changes.

twitter callback url

2. How to set up Twitter Settings

Go to: to access Twitter settings.

Home > CRM > Settings > Twitter Settings

twitter settings

2.1 API Key and API Key Secret

You may access your Twitter Developer account's API Key and API Key Secret by visiting:

https://developer.twitter.com/ > My Apps > {Your App} > Keys and tokens

twitter key token

The member authorizes your application's request to access their member data and interact with Twitter once you save the document by putting in the API Key and API Key Secret. By entering proper Twitter credentials and selecting Authorize app, the member will be redirected to Twitter's sign-in page.

twitter authorize app