Hi,
I am new to Twitter Developer. I currently have Standard APIs v1.1 but I cannot find any Postman collection for v1.1. They have collection for Twitter API v2, however, I do not have access to those endpoints.
What should I do to be able to use Postman collections for my twitter analysis?
1> Get access to Twitter API v2? How?
2> Is there any Postman collection for Standard APIs v1.1?
Regards,
AS far as i know, no, there is no Postman collection for this.
You need to create a “Project” and assign an existing App to it in your developer dashboard https://developer.twitter.com/en/portal/projects-and-apps
Hi,
I have an App under a Project.
However, when I use Postman to run something basic like searching a tweet using Tweet ID, I get an error saying ‘401 Authorization Required’. Please help.
I have inserted all the tokens correctly…
I get the same ‘401 authorization required’ error when I use the GET method in my Collection/App or with Postman Twitter API v2 or Postman Developer Labs
I am not able to figure out the problem. Please help.
Regards,
Rick
I don’t know Postman well enough to guess but i’d check to see if you have definitely entered the Bearer token correctly in the http headers, not as url parameters.
Alternatively, I’d recommend using twurl instead of Postman: GitHub - twitter/twurl: OAuth-enabled curl for the Twitter API
It is working now. There was some problem with the Tokens…
Thanks.
2 Likes
system
Closed
#6
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.