Re: [twitter-dev] statuses/retweet/ error

2010-09-25 Thread Tom van der Woerdt
You can't retweet the tweets of private users. Tom On 9/25/10 9:29 PM, jumin wrote: > Hi all, > > My apps use statuses/retweet/ for retweeting and it receives errors > randomly with the message below, > Share sharing is not permissable for this status (Share validations > failed) > It is not re

[twitter-dev] statuses/retweet/ error

2010-09-25 Thread jumin
Hi all, My apps use statuses/retweet/ for retweeting and it receives errors randomly with the message below, Share sharing is not permissable for this status (Share validations failed) It is not retweeting at own tweet and there is no retweet message on the timeline of the account. Any idea? How

Re: [twitter-dev] /statuses/retweet

2009-12-03 Thread Mark McBride
I'm able to retweet. curl -u -d"" -XPOST http://twitter.com/statuses/retweet/6324515626.xml Fri Dec 04 02:49:20 + 2009 6324590948 etc. etc. Are you still seeing the error? ---Mark On Thu, Dec 3, 2009 at 4:58 PM, Dossy Shiobara wrote: > I'm seeing (reproducible) 404s for some

Re: [twitter-dev] /statuses/retweet

2009-12-03 Thread Dossy Shiobara
I'm seeing (reproducible) 404s for some /statuses/friends requests at the moment. Here's an example: http://twitter.com/statuses/friends/6965452.xml On 12/3/09 7:44 PM, Michael Steuer wrote: > Is statuses/retweet down? I’m getting 404s 100% of the time, for > perfectly valid tweet ids. > > Any

[twitter-dev] /statuses/retweet

2009-12-03 Thread Michael Steuer
Is statuses/retweet down? I¹m getting 404s 100% of the time, for perfectly valid tweet ids. Anyone else?