I use MGTwitterEngine for iPhone to support twitter, I get an error (403), and the second time I send a message on how to deal with this problem.
That is .. Let the message “what are you doing”, I publish using [mTwitterEngine sendUpdate: “what are you doing”] for the first time it is successfully sent, if I want to send the same message again it throws a 403 error.
How to handle this? Can I put a warning message "Duplicate message" if error number 403? Error 403 for duplicate messages only?
Added: Is it possible to check that a message has already been sent to MGTwitterEngine?
source
share