Question

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.

OTHER TIPS

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.

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top