9

With Twitter OAuth, the user gets the following:

Twitter app permission request

I only need to post tweets, is it possible to only ask for only that?

Facebook supports a "scope" parameter when requesting authentication, but I don't see anything like that for Twitter: Twitter Authorization

Dan Dascalescu
  • 143,271
  • 52
  • 317
  • 404
ThisGuy
  • 2,335
  • 1
  • 28
  • 34
  • Hey, did you find the scope? I am developing Apache Oltu+Twitter example, I do need scope as a mandatory to set. –  Jan 09 '17 at 16:46

1 Answers1

7

I don't think that is possible at the moment. The only permissions available at the app settings page are "Read only", "Read and Write" (which you're using) and "Read, Write and Access direct messages".

Vinicius Braz Pinto
  • 8,209
  • 3
  • 42
  • 60