Getting 401 on Twitter OAuth POST requests

前端 未结 6 1322
星月不相逢
星月不相逢 2020-12-18 05:27

I am trying to use Twitter OAuth and my POST requests are failing with a 401 (Invalid OAuth Request) error.

For example, if I

6条回答
  •  粉色の甜心
    2020-12-18 05:50

    Most likely, the signature is invalid. You must follow the OAuth spec on how to generate the signature( normalized parameters, URLencoding, and cosumerSecret&oauthScret. More on this later ......

提交回复
热议问题