Hi all,

I’ve been reading up and trying to find a solution on how to get OAuth 1.0 Permissions to show in my app’s user authentication settings. I can currently only see “Type of App” and “App Info” with no option to enable read, write, and direct message with OAuth 1.0. I’d love some help on how I can get this “App Permissions” tab showing again. Thanks!

2 Likes

What browser are you using? Is it just not appearing?

Usually, the permissions are set in App settings under Edit “User authentication settings” on the app settings page, not under Keys & Tokens and if you don’t see the Permissions, you need to enable Oauth1.0a first - otherwise, OAuth 2 does not use this permission model so the settings are hidden.

But if there’s no such option i don’t know - maybe try a different browser?

Does your account have Essential access, or Elevated access? OAuth 2.0 in v2 does not have the same set of options as OAuth 1.0A. You can request tweet.write permissions via the v2 API call if that’s what you need.

I used to be able to choose the "read and write’ option from User authentication settings under “App permissions”, but now that entire option is gone.

I also created a topic because I have the same problem. I hope it won’t be a useless duplicate…

1 Like

Hi Andy,

My account only has essential access. How would I go about requesting tweet.write permissions? That seems to be all I need and I’m fine working with OAuth2.0 if I can give my app write permission.