Getting started

Connect your X (Twitter) account

Generate API keys in the X developer portal and paste them into Azzani.

Azzani U Writer uses a bring your own credentials model — your posts publish from your own X account using keys you generate yourself. This keeps you in full control and means you only pay X for the volume you use.

Step 1 — Apply for an X developer account

Visit developer.x.com and sign up using the X account you want to post from. The free tier is sufficient to get started.

Step 2 — Create a project and app

In the developer dashboard:

  1. Click + Create Project, give it any name.
  2. Inside the project, create a new App.
  3. Open the app's Settings and switch User authentication settings to Read and write with type Web App.

Step 3 — Generate the 4 keys

From the app's Keys and tokens tab, generate:

  • API Key
  • API Key Secret
  • Access Token
  • Access Token Secret
X only shows each secret once — copy them immediately into a safe place.

Step 4 — Paste into Azzani

In Azzani, open Settings → X Credentials, paste all four values, and click Verify & Save. We immediately test the credentials by calling get_me() on your behalf — you should see your handle appear if everything is correct.

Troubleshooting

  • Verification fails: double-check your app's User auth settings are Read and write, not Read-only.
  • Posts fail after working: X may have regenerated your tokens. Generate fresh ones and re-paste.