Let the platform do the work

/connector/twitter/:twitterId GET

Overview

Responds with twitter timeline if connector is set up in administration

Request Arguments

Name Type Description Required
count Integer The number of tweets to retrieve. False

Response Arguments

Name Type Description
<response> String

Response

[
   {
      "created_at":"Tue Jun 25 23:45:35 +0000 2013",
      "id":349674766946414592,
      "id_str":"349674766946414592",
      "text":"this tweet is awesome!",
      "source":"web",
      "truncated":false,
      "in_reply_to_status_id":null,
      "in_reply_to_status_id_str":null,
      "in_reply_to_user_id":143456975,
      "in_reply_to_user_id_str":"14934565",
      "in_reply_to_screen_name":"testdesk",
      "user":{
         "id":2630841,
         "id_str":"2630841",
         "name":"SugarCRM",
         "screen_name":"sugarcrm",
         "location":"Cupertino, CA",
         "description":"Everyone Sells. Everyone Supports. Everyone Connects.",
         "url":"http:\/\/t.co\/s9ejrBSlki",
         "entities":{
            "url":{
               "urls":[
                  {
                     "url":"http:\/\/t.co\/s9ejrBSlki",
                     "expanded_url":"http:\/\/www.sugarcrm.com",
                     "display_url":"sugarcrm.com",
                     "indices":[
                        0,
                        22
                     ]
                  }
               ]
            },
            "description":{
               "urls":[

               ]
            }
         },
         "protected":false,
         "followers_count":8761,
         "friends_count":6966,
         "listed_count":453,
         "created_at":"Wed Mar 28 07:16:58 +0000 2007",
         "favourites_count":27,
         "utc_offset":-28800,
         "time_zone":"Pacific Time (US \u0026 Canada)",
         "geo_enabled":false,
         "verified":false,
         "statuses_count":7488,
         "lang":"en",
         "contributors_enabled":false,
         "is_translator":false,
         "profile_background_color":"98C7EA",
         "profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/551274192\/sugar-twitter-background.png",
         "profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/551274192\/sugar-twitter-background.png",
         "profile_background_tile":false,
         "profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2027721183\/Sugar_cube_RGB_180x180_normal.png",
         "profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2027721183\/Sugar_cube_RGB_180x180_normal.png",
         "profile_link_color":"0045AD",
         "profile_sidebar_border_color":"FFFFFF",
         "profile_sidebar_fill_color":"CCEAFF",
         "profile_text_color":"000000",
         "profile_use_background_image":true,
         "default_profile":false,
         "default_profile_image":false,
         "following":null,
         "follow_request_sent":false,
         "notifications":null
      },
      "geo":null,
      "coordinates":null,
      "place":null,
      "contributors":null,
      "retweet_count":1,
      "favorite_count":0,
      "entities":{
         "hashtags":[

         ],
         "symbols":[

         ],
         "urls":[

         ],
         "user_mentions":[
            {
               "screen_name":"testdesk",
               "name":"testdesk",
               "id":143455,
               "id_str":"ertrt75",
               "indices":[
                  0,
                  8
               ]
            }
         ],
         "media":[

         ]
      },
      "favorited":false,
      "retweeted":false,
      "possibly_sensitive":false,
      "lang":"en"
   }
]

Change Log

Version Change
v10 Added /twitter/{twitterId} GET endpoint.

Topics