TwitterOAuth does nothing more then parse error messages so "Status is a duplicate." will be the actual error message in the body of the response.
Abraham ------------- Abraham Williams | Hacker Advocate | http://abrah.am @abraham | http://projects.abrah.am | http://blog.abrah.am This email is: [ ] shareable [x] ask first [ ] private. On Mon, Sep 6, 2010 at 15:20, Taylor Singletary < [email protected]> wrote: > Any way you can show the error from the API itself though? That's an > error as filtered through a library.. I'd like to see the exact > response, in case the code you're using might be misinterpreting an > error or making an assumption about an error. > > Thanks, > Taylor > > On Mon, Sep 6, 2010 at 3:18 PM, Ket K Majmudar <[email protected]> > wrote: > > Here is an example of an update that caused an error: > > http://twitter.com/twicalhub/status/23171041727 > > Returned info: > > [request] => /1/statuses/update.json [error] => Status is a duplicate. > > As you can see the API is reporting an error, yet it still published. I > have > > not sent an update with this text previously. I am > using twitteroauth the > > php class: > > Ket > > On 6 Sep 2010, at 23:07, Taylor Singletary wrote: > > > > Can you share examples of the exact statuses you are posting and the > > error response from the API you're getting in return? Also helpful to > > know the exact execution URLs you are using. > > > > Thanks. > > > > On Mon, Sep 6, 2010 at 2:56 PM, Ket <[email protected]> wrote: > > > > I've found a number of POSTed status updates returning an error saying > > > > it was a duplicate message, however: > > > > 1) It is not a duplicate. there is a common piece of text at the end > > > > which has 3 small words and a hashtag that does repeat, but the body > > > > of the update is unique. > > > > 2) The message gets published, even though an error is returned. > > > > This seems like a bug and I can provide more info if you need. > > > > Ket > > > > -- > > > > 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?hl=en > > > > > > -- > > 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?hl=en > > > > Ketan Majmudar (Designer/Developer) > > Spirit Quest - Web Application Design > > --------------------------------------------------- > > web: www.spiritquest.co.uk > > email: [email protected] > > twitter: @spiritquestnet / @ketan > > mob: +44 7931 388966 > > tel: +44 1189613463 > > --------------------------------------------------- > > > > -- > > 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?hl=en > > > > -- > 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?hl=en > -- 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?hl=en
