I am trying to get the retweets for a given tweet (iOS 5), but keep receiving
{
errors = (
{
code = 34;
message = "Sorry, that page does not exist";
}
);
}
http://api.twitter.com/1/statuses/retweets/204650511553667073.json
http://api.twitter.com/1/statuses/show/204650511553667073.json
I have tried for other tweets and no luck. Please let me know what I am missing?
Thanks.

Replies
Retweet values may take some time to populate -- they're not instanataneous. At this moment, I see data from the statuses/retweets method for this ID. Verify that you're using valid OAuth when making the request, as it requires authentication.
twurl /1/statuses/retweets/204650511553667073.json
[{}]I am having the same problem, all attempts to retweet fail with page doesn't exist 34.