@@ -13,6 +13,26 @@ Twitter API v2 available endpoints
1313 For more information, please visit [ https://developer.twitter.com/ ] ( https://developer.twitter.com/ )
1414
1515
16+ ## Table of contents
17+
18+ - [ Requirements] ( #requirements )
19+ - [ Installation] ( #installation )
20+ - [ Maven users] ( #maven-users )
21+ - [ Gradle users] ( #gradle-users )
22+ - [ Others] ( #others )
23+ - [ Twitter Credentials] ( #twitter-credentials )
24+ - [ OAuth 2.0 Authorization with PKCE] ( #oauth-20-authorization-with-pkce )
25+ - [ OAuth 2.0 Bearer Token] ( #oauth-20-bearer-token-app-only )
26+ - [ Getting Started] ( #getting-started )
27+ - [ Authentication] ( #authentication )
28+ - [ Auto Refresh Token] ( #auto-refresh-token )
29+ - [ Rate limits retry mechanism] ( #rate-limits-retry-mechanism )
30+ - [ Documentation for API Endpoints] ( #documentation-for-api-endpoints )
31+ - [ Documentation for Models] ( #documentation-for-models )
32+
33+
34+
35+
1636## Requirements
1737
1838Building the API client library requires:
@@ -79,7 +99,7 @@ Then manually install the following JARs:
7999
80100Twitter APIs support three types of authentications:
81101
82- * OAuth 2.0 Authorization with PKCE
102+ * #### OAuth 2.0 Authorization with PKCE :
83103
84104TWITTER_OAUTH2_CLIENT_ID
85105
@@ -91,7 +111,7 @@ TWITTER_OAUTH2_REFRESH_TOKEN
91111
92112TWITTER_OAUTH2_IS_AUTO_REFRESH_TOKEN - default value is ` false `
93113
94- * OAuth 2.0 Bearer Token (app-only)
114+ * #### OAuth 2.0 Bearer Token (app-only) :
95115
96116TWITTER_BEARER_TOKEN
97117
0 commit comments