iPhone 中的 Twitter API 集成问题
我正在将这个 API 集成到 Twitter 中。
http://mobile.tutsplus.com/tutorials/iphone/twitter-api- iphone/
但当我使用我的应用程序运行它时,我看到一条消息
“哦!
此页面不再有效。看起来有人已经使用了您提供的令牌信息。请返回发送的网站您到此页面并重试...它可能是一个无心的错误”。
我已经给出了正确的 kOAuthConsumerKey 和 kOAuthConsumerSecret。代码有什么问题?
提前致谢。
I am integrating this API in twitter.
http://mobile.tutsplus.com/tutorials/iphone/twitter-api-iphone/
but when I am running it with my application I am seeing an message
" TWoah there!
This page is no longer valid. It looks like someone already used the token information you provided. Please return to the site that sent you to this page and try again ... it was probably an honest mistake ".
I have given right kOAuthConsumerKey and kOAuthConsumerSecret. What is wrong with the code ?
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须获取新的 ConsumerSecret 和 ConsumerKey,教程中给定的密钥将不起作用。在此处登录并获取使用密钥。
You have to get new ConsumerSecret and ConsumerKey, the given keys in tutorial will not work. Sign in here and obtain keys for use.