Coder Social home page Coder Social logo

postman-twitter-api's Introduction

This is a Postman Collection for the Twitter API v2 endpoints.

Refer to the main Twitter API documentation for more details.

If you have an API-related question, you can also discuss in the developer community forum.

Installation

Quick install

Go to the Collection and click Run in Postman.

Manual install

You can also download this Collection from a GitHub repo here: https://github.com/twitterdev/postman-twitter-api

Environment

This Collection includes a pre-configured Environment. You will need to set up the following variables in order to run each request (depending on the authentication type used by the request you are sending):

Name Description
consumer_key Your consumer key
consumer_secret Your consumer secret
access_token Your access token
token_secret Your access token secret
bearer_token Your bearer token

postman-twitter-api's People

Contributors

andypiper avatar diverslicense avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

postman-twitter-api's Issues

V2 Route GET /2/users/by/username/:username/following

In the twitter website the route GET /2/users/by/username/:username/following has been added to the Basic Access product

image

but after trying hitting it it does not seem to exist. Also, it does not exist here in Postman.

Is this route legit?

API v2 > Authenticated User Lookup

Postman Authenticated User Lookup URL has to be

https://api.twitter.com/2/users/me

instead of

https://api.twitter.com/2/me

Don't know if PR in Postman was delivered.

Collection at https://t.co/twitter-api-postman lost all the variable substitutions in auth

The collection at https://t.co/twitter-api-postman (full link: https://www.postman.com/twitter/workspace/twitter-s-public-workspace/collection/9956214-784efcda-ed4c-4491-a4c0-a26470a67400?ctx=documentation) lost all the variable substitutions in various settings, mainly auth.

For example, it is supposed to have a top level auth of

	"auth": {
		"type": "bearer",
		"bearer": [
			{
				"key": "token",
				"value": "{{bearer_token}}",
				"type": "string"
			}
		]
	},

And it does in the source code.

But the version in that Workplace just have empty string:

image

You can also see this if you export the collection from there:

image

Expected behavior

The collection there should be as the same as the source code, so others can simply fork or export and use it.

Actual behavior

It is not. All the variable substitutions are lost.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤ī¸ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.