Skip to content

Commit f314cad

Browse files
committed
Documentation edits made through Mintlify web editor
1 parent 100b225 commit f314cad

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

resources/fundamentals/authentication/oauth-2-0/authorization-code.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ POST 'https://api.x.com/2/oauth2/token' \
3030
--data-urlencode 'client_id=rG9n6402A3dbUJKzXTNX4oWHJ
3131
```
3232
33-
**App settings**
33+
#### App settings
3434
3535
You can select your App’s authentication settings to be OAuth 1.0a or OAuth 2.0. You can also enable an App to access both OAuth 1.0a and OAuth 2.0.
3636
@@ -44,7 +44,7 @@ If you selected a type of client that is a confidential client in the developer
4444
4545
You don’t need client id for confidential clients with a valid Authorization Header. You still are required to include Client Id in the body for the requests with a public client. 
4646
47-
**Scopes**
47+
#### Scopes
4848
4949
Scopes allow you to set granular access for your App so that your App only has the permissions that it needs. To learn more about what scopes map to what endpoints, view our [authentication mapping guide](/resources/fundamentals/authentication/guides/v2-authentication-mapping).
5050
@@ -54,6 +54,7 @@ Scopes allow you to set granular access for your App so that your App only has t
5454
| tweet.read | All the Tweets you can view, including Tweets from protected accounts. |
5555
| tweet.write | Tweet and Retweet for you. |
5656
| tweet.moderate.write | Hide and unhide replies to your Tweets. |
57+
| users.email | Email from an authenticated user. |
5758
| users.read | Any account you can view, including protected accounts. |
5859
| follows.read | People who follow you and people who you follow. |
5960
| follows.write | Follow and unfollow people for you. |

0 commit comments

Comments
 (0)