获取 HTTP - 403 响应,在 iPhone 中向 Twitter 发送推文时。为什么?
我在 iPhone 上使用了 Twitter+OAuth [请参阅 GitHub 中的代码]。
我已经成功登录并获得了 Pin、访问令牌、请求令牌等。但是当我调用方法 [_engine sendUpdate:@"Hi"]
时,它给出了 HTTP - 403< /code> 响应,但无法在 Twitter 中发布。
有什么想法吗?
I have used Twitter+OAuth for iPhone [see the code in GitHub].
I have signed in successfully and got Pin, access Token, Request Token etc. But when I am calling method [_engine sendUpdate:@"Hi"]
, It is giving a HTTP - 403
response and it fails to post in Twitter.
Any ideas why?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你必须
更改为
在 MGTwitterEngine.m 中
You have to change
to
in MGTwitterEngine.m
查看 API Wiki,这里有您需要了解的一切...
http://apiwiki.twitter.com/w/page/22554652/HTTP-Response-Codes-and-Errors
Take a look at the API Wiki, there is everything you need to know...
http://apiwiki.twitter.com/w/page/22554652/HTTP-Response-Codes-and-Errors