Where is doc with twitter all permission

49 views Asked by At

I am looking for all scopes for twitter, and i cant find :/ I find all permission for facebook, but can not find all permission for tweeter
https://developers.facebook.com/docs/reference/login

can you halp me ?

1

There are 1 answers

1
Craig Walls On BEST ANSWER

The Twitter API is secured with OAuth 1.0a, which doesn't provide for scoping. Some APIs have extended OAuth 1.0a to support scope, but not Twitter. The closest thing that the Twitter has to scoping is Read/Write/Direct permission. But you set those in the application's configuration at Twitter, not at authorization time like you do with Facebook.