[twitter-dev] Re: Platform Status Update, Tuesday 2:00pm PST

2009-08-19 Thread deepikagupta

Hi,

I am facing problem while Deleting any Tweet from my application.
http://www.twitter.com/statuses/destroy/id.xml always gives me 400
status code but also deletes the tweet. So in my application it is
caught as an exception only and error message is shown to user even
though tweet is deleted.
I am facing this issue only while deleting  tweets and mentions. HTTP
request for delete seems to be working fine with direct messages and
favorites.

Please Help me!!!

On Aug 19, 8:46 am, djc8080  wrote:
> Oops. spoke too soon. Still eradic problems - same symptoms. Incorrect
> rate_limit response on statuses/followers when ..ids calls work
> perfectly on the same account.


[twitter-dev] Statuses/destroy is returning 400 even though tweet is deleted sucessfully

2009-08-19 Thread deepikagupta

Hi,

I am facing an issue with statuses/destroy API call. It returns 400
(bad request) even though mentioned tweet id is delered sucessfully.

The method was working fine few days back but started gicing trouble
recently.

Anyone having same trouble? Is anything wrong with this API call?