statuses/retweets - GET statuses/retweets/:id

lmrkes
@lmrkes LMRK, LLC

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.

5 weeks 6 days ago

Replies

episod
@episod Taylor Singletary

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

  1. [
  2.   {
  3.     "coordinates": null,
  4.     "created_at": "Tue May 22 14:50:21 +0000 2012",
  5.     "favorited": false,
  6.     "truncated": false,
  7.     "id_str": "204947312387166211",
  8.     "retweeted_status": {
  9.       "coordinates": null,
  10.       "created_at": "Mon May 21 19:10:58 +0000 2012",
  11.       "favorited": false,
  12.       "truncated": false,
  13.       "id_str": "204650511553667073",
  14.       "in_reply_to_user_id_str": null,
  15.       "text": "spotdock's #ipad app is coming together :)",
  16.       "contributors": null,
  17.       "id": 204650511553667073,
  18.       "in_reply_to_status_id_str": null,
  19.       "retweet_count": 1,
  20.       "geo": null,
  21.       "retweeted": false,
  22.       "in_reply_to_user_id": null,
  23.       "place": null,
  24.       "source": "web",
  25.       "user": {
  26.         "profile_sidebar_fill_color": "efefef",
  27.         "profile_background_tile": true,
  28.         "profile_sidebar_border_color": "eeeeee",
  29.         "name": "spotdock",
  30.         "location": "Los Angeles, CA",
  31.         "profile_image_url": "http://a0.twimg.com/profile_images/2222285362/NuMark_By_Itself_normal.png",
  32.         "created_at": "Sat Aug 13 00:03:43 +0000 2011",
  33.         "profile_link_color": "1fb5de",
  34.         "follow_request_sent": false,
  35.         "is_translator": false,
  36.         "id_str": "354000816",
  37.         "default_profile": false,
  38.         "contributors_enabled": false,
  39.         "favourites_count": 0,
  40.         "url": "http://www.spotdock.com",
  41.         "profile_image_url_https": "https://si0.twimg.com/profile_images/2222285362/NuMark_By_Itself_normal.png",
  42.         "utc_offset": -32400,
  43.         "id": 354000816,
  44.         "listed_count": 0,
  45.         "profile_use_background_image": true,
  46.         "lang": "en",
  47.         "followers_count": 19,
  48.         "protected": false,
  49.         "profile_text_color": "333333",
  50.         "time_zone": "Alaska",
  51.         "notifications": false,
  52.         "geo_enabled": false,
  53.         "profile_background_color": "131516",
  54.         "description": "spotdock makes it easy to engage with your social media. ",
  55.         "verified": false,
  56.         "profile_background_image_url_https": "https://si0.twimg.com/profile_background_images/555357572/web2.0_TwitterBG.png",
  57.         "profile_background_image_url": "http://a0.twimg.com/profile_background_images/555357572/web2.0_TwitterBG.png",
  58.         "friends_count": 40,
  59.         "statuses_count": 34,
  60.         "default_profile_image": false,
  61.         "screen_name": "spotdock",
  62.         "following": false,
  63.         "show_all_inline_media": false
  64.       },
  65.       "in_reply_to_screen_name": null,
  66.       "in_reply_to_status_id": null
  67.     },
  68.     "in_reply_to_user_id_str": null,
  69.     "text": "RT @spotdock: spotdock's #ipad app is coming together :)",
  70.     "contributors": null,
  71.     "id": 204947312387166211,
  72.     "in_reply_to_status_id_str": null,
  73.     "retweet_count": 1,
  74.     "geo": null,
  75.     "retweeted": false,
  76.     "in_reply_to_user_id": null,
  77.     "place": null,
  78.     "source": "web",
  79.     "user": {
  80.       "profile_sidebar_fill_color": "e6e6e6",
  81.       "profile_background_tile": false,
  82.       "profile_sidebar_border_color": "dbdbdb",
  83.       "name": "absurdcreative",
  84.       "location": "New York, NY",
  85.       "profile_image_url": "http://a0.twimg.com/profile_images/1827030877/absurd_twitter_thumbnail_reasonably_small_normal.png",
  86.       "created_at": "Tue Dec 02 17:32:48 +0000 2008",
  87.       "profile_link_color": "000099",
  88.       "follow_request_sent": false,
  89.       "is_translator": false,
  90.       "id_str": "17812777",
  91.       "default_profile": false,
  92.       "contributors_enabled": false,
  93.       "favourites_count": 0,
  94.       "url": "http://www.absurdcreative.com",
  95.       "profile_image_url_https": "https://si0.twimg.com/profile_images/1827030877/absurd_twitter_thumbnail_reasonably_small_normal.png",
  96.       "utc_offset": -18000,
  97.       "id": 17812777,
  98.       "listed_count": 0,
  99.       "profile_use_background_image": true,
  100.       "lang": "en",
  101.       "followers_count": 31,
  102.       "protected": false,
  103.       "profile_text_color": "706e70",
  104.       "time_zone": "Eastern Time (US & Canada)",
  105.       "notifications": false,
  106.       "geo_enabled": false,
  107.       "profile_background_color": "452007",
  108.       "description": "Creative Services: Brand / Print / Web / Logo Design / Packaging\r\nCreative Director & Designer of Integrated Communications",
  109.       "verified": false,
  110.       "profile_background_image_url_https": "https://si0.twimg.com/profile_background_images/234272523/absurd_twitter_v1.png",
  111.       "profile_background_image_url": "http://a0.twimg.com/profile_background_images/234272523/absurd_twitter_v1.png",
  112.       "friends_count": 41,
  113.       "statuses_count": 83,
  114.       "default_profile_image": false,
  115.       "screen_name": "absurdcreative",
  116.       "following": false,
  117.       "show_all_inline_media": false
  118.     },
  119.     "in_reply_to_screen_name": null,
  120.     "in_reply_to_status_id": null
  121.   }
  122. ]
5 weeks 5 days ago
socialtweaks
@socialtweaks Social Tweaks

I am having the same problem, all attempts to retweet fail with page doesn't exist 34.

6 hours 21 min ago