You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-13Lines changed: 7 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,14 @@
1
1
# Twitter API v2 sample code [](https://developer.twitter.com/en/docs/twitter-api)
2
2
3
-
Sample code for early access to the Twitter v2 endpoints.
3
+
Sample code for the Twitter API v2 endpoints.
4
4
Individual API features have folders where you can find examples of usage in several coding languages (Java, Node.js, Python, R, and Ruby).
5
5
6
-
*[Twitter API v2 Documentation](https://developer.twitter.com/en/docs/twitter-api/early-access)
7
-
*[Getting started Documentation](https://developer.twitter.com/en/docs/twitter-api/getting-started)
6
+
*[Twitter API Documentation](https://developer.twitter.com/en/docs/twitter-api/getting-started/about-twitter-api)
8
7
9
8
## Prerequisites
10
9
11
-
* Twitter Developer account: if you don’t have one already, [you can apply](https://developer.twitter.com/en/apply-for-access) for one.
12
-
* A Project and an App created [in the dashboard](https://developer.twitter.com/en/portal/dashboard).
10
+
* Twitter API Essential Access ([sign up here](https://developer.twitter.com/en/portal/petition/essential/basic-info))
11
+
* A Project and an App created [in the dashboard](https://developer.twitter.com/en/portal/dashboard)
13
12
14
13
## Using the code samples
15
14
@@ -74,7 +73,7 @@ gem install oauth
74
73
75
74
We maintain a [Postman](https://getpostman.com) Collection which you can use for exercising individual API endpoints.
76
75
77
-
*[Using Postman with the Twitter API](https://developer.twitter.com/en/docs/tools-and-libraries/using-postman)
76
+
*[Using Postman with the Twitter API](https://developer.twitter.com/en/docs/tutorials/postman-getting-started)
78
77
*[Twitter API v2 on the Postman website](https://t.co/twitter-api-postman)
79
78
80
79
## Support
@@ -83,19 +82,14 @@ We maintain a [Postman](https://getpostman.com) Collection which you can use for
83
82
84
83
* If there's an bug or issue with the sample code itself, please create a [new issue](https://github.com/twitterdev/Twitter-API-v2-sample-code/issues) here on GitHub.
85
84
86
-
* If you have questions about the future, check out these resources:
87
-
*[Guide to the Future of the Twitter API](https://developer.twitter.com/en/products/twitter-api/early-access/guide)
88
-
*[Twitter API Roadmap](https://t.co/roadmap)
89
-
*[Twitter Developer Feedback](https://twitterdevfeedback.uservoice.com/forums/930250-twitter-api), where you can post and vote on ideas and feature requests
90
-
91
85
## Contributing
92
86
93
87
We welcome pull requests that add meaningful additions to these code samples, particularly for languages that are not yet represented here.
94
88
95
-
We feel that a welcoming community is important and we ask that you follow Twitter's [Open Source Code of Conduct](https://github.com/twitter/code-of-conduct/blob/master/code-of-conduct.md) in all interactions with the community.
89
+
We feel that a welcoming community is important and we ask that you follow Twitter's [Open Source Code of Conduct](https://github.com/twitter/.github/blob/main/code-of-conduct.md) in all interactions with the community.
96
90
97
91
## License
98
92
99
-
Copyright 2020 Twitter, Inc.
93
+
Copyright 2021 Twitter, Inc.
100
94
101
95
Licensed under the Apache License, Version 2.0: https://www.apache.org/licenses/LICENSE-2.0
0 commit comments