Skip to content

Commit f5540be

Browse files
committed
update README links
1 parent 77f58d0 commit f5540be

File tree

1 file changed

+7
-13
lines changed

1 file changed

+7
-13
lines changed

README.md

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
# Twitter API v2 sample code [![v2](https://img.shields.io/endpoint?url=https%3A%2F%2Ftwbadges.glitch.me%2Fbadges%2Fv2)](https://developer.twitter.com/en/docs/twitter-api)
22

3-
Sample code for early access to the Twitter v2 endpoints.
3+
Sample code for the Twitter API v2 endpoints.
44
Individual API features have folders where you can find examples of usage in several coding languages (Java, Node.js, Python, R, and Ruby).
55

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)
87

98
## Prerequisites
109

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)
1312

1413
## Using the code samples
1514

@@ -74,7 +73,7 @@ gem install oauth
7473

7574
We maintain a [Postman](https://getpostman.com) Collection which you can use for exercising individual API endpoints.
7675

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)
7877
* [Twitter API v2 on the Postman website](https://t.co/twitter-api-postman)
7978

8079
## Support
@@ -83,19 +82,14 @@ We maintain a [Postman](https://getpostman.com) Collection which you can use for
8382

8483
* 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.
8584

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-
9185
## Contributing
9286

9387
We welcome pull requests that add meaningful additions to these code samples, particularly for languages that are not yet represented here.
9488

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.
9690

9791
## License
9892

99-
Copyright 2020 Twitter, Inc.
93+
Copyright 2021 Twitter, Inc.
10094

10195
Licensed under the Apache License, Version 2.0: https://www.apache.org/licenses/LICENSE-2.0

0 commit comments

Comments
 (0)