How to make calls to Twitter API using Postman client

后端 未结 9 1946
夕颜
夕颜 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:44

    Postman creates 6 character nonce, Twitter needs 32-character Nonce. So you can use any random value, I used ABCDEFGHIJKLMNOPQRSTUVWXYZ123456 (length=32)

提交回复
热议问题