I am trying to add the iOS 5 Twitter API to my app, and Twitter is giving me crap about sending the same direct message a second time.
Twitter response, HTTP response: 403 Response Data {"error":"There was an error sending your message: Whoops! You already said that.","request":"\/1\/direct_messages\/new.json"}
Is there anyway to get around this so I can test my app?
Why don’t you try sending a random message or the (stringified) time? It would be unique an each occasion, and it wouldn’t require you to hack/work around/otherwise violate Twitter’s this restirction.