How to make calls to Twitter API using Postman client

后端 未结 9 1935
夕颜
夕颜 2020-12-13 16:48

I have followed the steps required to create a new application and getting consumer key, secret pairs and also the token access details. Now I would like to make calls to Tw

9条回答
  •  無奈伤痛
    2020-12-13 17:37

    I know this is old, but in case anyone is still facing this issue, the following steps worked for me:

    1. In Authorization tab, select OAuth 1.0
    2. Enter your consumer key, consumer secret, access token and access token secret
    3. Enable “Add params to header” and “Auto add parameters”
    4. Send the request

    I hope that helps.

提交回复
热议问题