Twitter 页面不再存在,令牌使用错误

发布于 2024-12-02 07:58:33 字数 317 浏览 1 评论 0原文

我正在努力在我的应用程序中实现通过 Twitter 共享图像,并且我遇到了这个页面。

当我在模拟器中运行应用程序时,我无法再登录 Twitter。我收到一个页面,指出“此页面不再有效。看起来有人已经使用了您提供的令牌信息。”

我已转到 Twitter 和“应用程序”页面并删除了此应用程序以重试。但我仍然收到此警告页面。

当我尝试在我的设备上运行该应用程序时,当我点击 Twitter 按钮时它会崩溃。

有没有人找到解决这个问题的方法?

或者,如果有人可以向我指出一个可靠且实际有效的 Twitter/TwitPic 参考教程,那就太好了。

I am working on implementing sharing an image via Twitter in my application and I have come across this page.

When I run my app in my simulator I can no longer log into Twitter. I get a page stating that "This page is no longer valid. It looks like someone already used the token information you provided."

I have gone to Twitter and to the Applications page and removed this application to try again. I still get this warning page though.

When I try to run the app on my device it crashes when I tap the Twitter Button.

Has anyone found a solution to this?

Or if someone could point me to a solid Twitter/TwitPic reference tutorial that actually works that would be great as well.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

扭转时空 2024-12-09 07:58:33

我遇到这个问题了。

哇哦!

此页面不再有效。看起来已经有人用过
您提供的令牌信息。请返回发送的网站
您转到此页面并重试。这可能是一个无心的错误。

事实证明,解决这个问题很简单,尽管需要一些努力!
运行应用程序的服务器上的日期/时间不知何故落后了一天。
Twitter 在使用 API 时会检查时间同步,如果客户端没有正确的时间,则会报告上述错误。

I got this problem.

Woah 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.

Turns out the fix for this was simple although it took some hunting down!
The date/time on the server running the app had somehow become a day behind.
Twitter checks the time sync when using the API, and if the client doesn’t have the correct time, it’ll report the above error.

黎夕旧梦 2024-12-09 07:58:33

也许您有一些循环或被调用两次的方法?

Maybe you've got some loop or a method that is being called twice?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文