[twitter-dev] Application suspended, how long to wait to review and make good again?
Hi everyone, Just under 24 hours ago, my app (TweetingMachine, @machinetweeting) was suspended. I quickly asked for more details, and today reviewed the Twitter TOS and found what I thought was the infraction: auto following. Fair enough - I've now removed the feature and sent an update email to a...@twitter.com asking if this was the reason, along with a clarification about other features on the site (e.g. what's called auto follow is actually a tool for automatically following your new followers, the unfollow tool requires manual work, nothing automatic). I'm feeling a bit stressed as I'm genuinely upset to have fallen foul of the Twitter TOS, and I really want to work and make the tool as awesome and legit as possible, but I'm only hearing a deafening silence. The support ticket is here: http://support.twitter.com/tickets/1428177 How long does it typically take to get back to people about these issues? If you could take a brief look and post any details here or wherever's the more convenient for you, I'd really appreciate it. Thanks! Tom Buck -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list Change your membership to this group: http://groups.google.com/group/twitter-development-talk
[twitter-dev] Re: PHP OAuth app stopped working "magically"
Hiya, I had a similar problem about the same time; it turned out that I had somehow been ignoring the oauth_verifier parameter that Twitter provides. I plugged it back in and hey presto, problem fixed! ...and then the next day I discovered that I wasn't checking to see if oauth_verifier was always passed - sometimes it isn't - so hopefully I've saved you one gotcha there ;-) Cheers, Tom. On Dec 17, 7:34 pm, Nicolás López Zerpa wrote: > Hello everyone. > About a month ago, I've added to our news website the feature to login > using Twitter. It uses OAuth to get the Twitter user data. > > However, since a few days ago, it doesn't work anymore. Nobody changed > that feature recently; when I want to sign in, I get an 401 error: > "Failed to validate oauth signature and token". The script fails when > it makes a request tohttps://api.twitter.com/oauth/request_token > > I've also made some little test with PHP OAuth classes I've found on > the Internet and I couldn't either make my app work. > > Please, let me know if you need more info, or if Twitter changed > something and I have to modify my app. > > Thanks in advance :) -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list Change your membership to this group: http://groups.google.com/group/twitter-development-talk