Try   HackMD

Authenticate Using OAuth - Twitter

  1. Sign-in or sign-up for a Twitter account.

  2. Go to the Twitter Application management page here.

  3. Click on the Create New App button to create a new Twitter app:

    Image Not Showing Possible Reasons
    • The image file may be corrupted
    • The server hosting the image is unavailable
    • The image path is incorrect
    • The image format is not supported
    Learn More →

  4. Fill out the create application form, check the developer agreement box, and click Create Your Twitter Application.

    Image Not Showing Possible Reasons
    • The image file may be corrupted
    • The server hosting the image is unavailable
    • The image path is incorrect
    • The image format is not supported
    Learn More →

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →
Hint: you may have to register your phone number with Twitter to create a Twitter application: Click your profile icon –> Settings and privacy –> Mobile –> Select Country/region –> Enter phone number –> Click Continue

  1. After you receive confirmation that the Twitter application was created, click Keys and Access Tokens

    Image Not Showing Possible Reasons
    • The image file may be corrupted
    • The server hosting the image is unavailable
    • The image path is incorrect
    • The image format is not supported
    Learn More →

  2. Obtain your Twitter Consumer Key and Consumer Secret

    Image Not Showing Possible Reasons
    • The image file may be corrupted
    • The server hosting the image is unavailable
    • The image path is incorrect
    • The image format is not supported
    Learn More →

  3. Add your Consumer Key and Consumer Secret to environment variables:

    ​​​​​​CMD_TWITTER_CONSUMERKEY=esTCJFXXXXXXXXXXXXXXXXXXX
    ​​​​​​CMD_TWITTER_CONSUMERSECRET=zpCs4tU86pRVXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    

tags: CodiMD Docs