Hacker News new | ask | show | jobs
by sergiotapia 4227 days ago
Why does it need these permissions for Twitter oauth?

Read Tweets from your timeline. See who you follow.

1 comments

Because the OAuth flow for "Sign In with Twitter" only has two permission levels to the account: read or write.

There is nothing more granular like "read only e-mail address and name". They're requesting the minimum possible access to your account already.

https://dev.twitter.com/oauth/reference/post/oauth/request_t...