【发布时间】:2019-03-17 21:50:14
【问题描述】:
我正在使用 Twitter 库,到目前为止,我已经能够使用 API 成功发布推文,所以如果我尝试使用此参数回复特定推文
in_reply_to_status_id=someid
我得到了
{"errors":[{"code":32,"message":"Could not authenticate you."}]}
网址是这样的
https://api.twitter.com/1.1/statuses/update.json?status=%40solohello%20replying&in_reply_to_status_id=110708411295356799XXX
如果我尝试在没有 in_reply_to_status_id 参数的情况下发布它工作正常
【问题讨论】: