pocket api 请求失败 - 缺少消费者密钥

pocket api request failing - missing consumer key

任何人都可以帮助我了解这个收款请求有什么问题吗?

curl -Li http://getpocket.com/v3/oauth/request -X POST -H "Content-Type: application/json" -H "X-Accept: application/json" -d "{\"consumer_key\":\"xxxx-xxxxxxxxx\",\"redirect_uri\":\"http://www.google.com\"}"

我得到一个

< X-Error: Missing consumer key.
< X-Error-Code: 138

返回。

xxxx 位确实是我在创建应用程序时从网站上获得的密钥,我也尝试过在 curl 上使用和不使用 -Li 选项但是没有区别。

我已经按照 here 的指南进行操作 - 我确信我在某处打错了字,但我看不到它在哪里。

您需要使用httpsas per API:

All calls to the Pocket Authentication API should be done over HTTPS.