【发布时间】:2016-01-25 03:12:19
【问题描述】:
如果我只通过(状态)API https://api.twitter.com/1.1/statuses/update.json 正在工作,但只要我添加参数它就会给我错误(401)。
string postBody = "status=test&display_coordinates=false";
byte[] bodyBytes = new ASCIIEncoding().GetBytes(postBody);
【问题讨论】: