diff --git a/lib/twitter/client.rb b/lib/twitter/client.rb index 28382c652..443238548 100644 --- a/lib/twitter/client.rb +++ b/lib/twitter/client.rb @@ -21,8 +21,9 @@ class Client < API require 'twitter/client/list_subscribers' require 'twitter/client/local_trends' require 'twitter/client/notification' - require 'twitter/client/spam_reporting' require 'twitter/client/saved_searches' + require 'twitter/client/search' + require 'twitter/client/spam_reporting' require 'twitter/client/timeline' require 'twitter/client/trends' require 'twitter/client/tweets' @@ -48,8 +49,9 @@ class Client < API include Twitter::Client::ListSubscribers include Twitter::Client::LocalTrends include Twitter::Client::Notification - include Twitter::Client::SpamReporting include Twitter::Client::SavedSearches + include Twitter::Client::Search + include Twitter::Client::SpamReporting include Twitter::Client::Timeline include Twitter::Client::Trends include Twitter::Client::Tweets diff --git a/lib/twitter/client/search.rb b/lib/twitter/client/search.rb new file mode 100644 index 000000000..c9fbc11d0 --- /dev/null +++ b/lib/twitter/client/search.rb @@ -0,0 +1,44 @@ +module Twitter + class Client + # Defines methods related to Search + module Search + # Returns recent images related to a query + # + # @note Undocumented + # @rate_limited Yes + # @requires_authentication No + # @response_format `json` + # @response_format `xml` + # @param q [String] A search term. + # @param options [Hash] A customizable set of options. + # @option options [Integer] :count Specifies the number of records to retrieve. Must be less than or equal to 100. + # @option options [Boolean, String, Integer] :include_entities Include {http://dev.twitter.com/pages/tweet_entities Tweet Entities} when set to true, 't' or 1. + # @return [Array] An array of statuses that contain images + # @example Return recent images related to twitter + # Twitter.image_facets('twitter') + def image_facets(q, options={}) + response = get('search/image_facets', options.merge(:q => q)) + format.to_s.downcase == 'xml' ? response['statuses'] : response + end + + # Returns recent videos related to a query + # + # @note Undocumented + # @rate_limited Yes + # @requires_authentication No + # @response_format `json` + # @response_format `xml` + # @param q [String] A search term. + # @param options [Hash] A customizable set of options. + # @option options [Integer] :count Specifies the number of records to retrieve. Must be less than or equal to 100. + # @option options [Boolean, String, Integer] :include_entities Include {http://dev.twitter.com/pages/tweet_entities Tweet Entities} when set to true, 't' or 1. + # @return [Array] An array of statuses that contain videos + # @example Return recent videos related to twitter + # Twitter.video_facets('twitter') + def video_facets(q, options={}) + response = get('search/video_facets', options.merge(:q => q)) + format.to_s.downcase == 'xml' ? response['statuses'] : response + end + end + end +end diff --git a/lib/twitter/client/urls.rb b/lib/twitter/client/urls.rb index 294c2d160..de40b032b 100644 --- a/lib/twitter/client/urls.rb +++ b/lib/twitter/client/urls.rb @@ -9,7 +9,7 @@ module Urls # @requires_authentication Yes # @response_format `json` # @overload resolve(urls, options={}) - # @param urls [String] A list of shortened URLs + # @param urls [String] A list of shortened URLs. # @param options [Hash] A customizable set of options. # @return [Hashie::Mash] A hash of URLs with the shortened URLs as the key # @example Return the canonical version of a URL shortened by Twitter diff --git a/lib/twitter/configuration.rb b/lib/twitter/configuration.rb index b2e79c5e4..5e751eb44 100644 --- a/lib/twitter/configuration.rb +++ b/lib/twitter/configuration.rb @@ -34,7 +34,7 @@ module Configuration # @see http://en.blog.wordpress.com/2009/12/12/twitter-api/ # @see http://staff.tumblr.com/post/287703110/api # @see http://developer.typepad.com/typepad-twitter-api/twitter-api.html - DEFAULT_ENDPOINT = 'https://api.twitter.com/1/'.freeze + DEFAULT_ENDPOINT = 'https://api.twitter.com/i/'.freeze # The response format appended to the path and sent in the 'Accept' header if none is set # diff --git a/spec/fixtures/image_facets.json b/spec/fixtures/image_facets.json new file mode 100644 index 000000000..7fbeb4d6b --- /dev/null +++ b/spec/fixtures/image_facets.json @@ -0,0 +1 @@ +[{"id_str":"110080825852305408","in_reply_to_status_id":null,"truncated":false,"user":{"profile_sidebar_fill_color":"A0C5C7","protected":false,"id_str":"94143715","notifications":false,"profile_background_tile":false,"screen_name":"KatieS","name":"Katie Jacobs Stanton","display_url":"twitter.com","listed_count":1200,"location":"San Francisco, California","expanded_url":"http:\/\/www.twitter.com","show_all_inline_media":true,"contributors_enabled":true,"following":true,"geo_enabled":true,"utc_offset":-28800,"profile_link_color":"502fad","description":"Mom of 3. Twitter Globetrotter. Cupcake Connoisseur. ","profile_sidebar_border_color":"86A4A6","url":"http:\/\/t.co\/4sW849z","time_zone":"Pacific Time (US & Canada)","default_profile_image":false,"statuses_count":4928,"profile_use_background_image":true,"default_profile":false,"verified":false,"favourites_count":221,"friends_count":721,"profile_background_color":"709397","is_translator":false,"profile_background_image_url":"http:\/\/a1.twimg.com\/images\/themes\/theme6\/bg.gif","created_at":"Wed Dec 02 18:20:00 +0000 2009","followers_count":34824,"entities":{"user_mentions":[],"urls":[],"hashtags":[]},"follow_request_sent":false,"lang":"en","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme6\/bg.gif","id":94143715,"profile_text_color":"333333","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/1327739416\/Screen_shot_2011-04-25_at_9.22.40_PM_normal.png","profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/1327739416\/Screen_shot_2011-04-25_at_9.22.40_PM_normal.png"},"favorited":false,"possibly_sensitive":false,"in_reply_to_status_id_str":null,"geo":{"type":"Point","coordinates":[37.37849715,-122.11648388]},"in_reply_to_screen_name":null,"in_reply_to_user_id_str":null,"coordinates":{"type":"Point","coordinates":[-122.11648388,37.37849715]},"in_reply_to_user_id":null,"source":"\u003Ca href=\"http:\/\/twitter.com\/#!\/download\/iphone\" rel=\"nofollow\"\u003ETwitter for iPhone\u003C\/a\u003E","created_at":"Sat Sep 03 20:04:48 +0000 2011","entities":{"user_mentions":[{"name":"Laurel Stout","screen_name":"laurelstout","id_str":"168409687","indices":[37,49],"id":168409687},{"name":"Caroline Quick","screen_name":"seacue","id_str":"8525682","indices":[50,57],"id":8525682},{"name":"janet vanhuysse","screen_name":"janetvh","id_str":"74534435","indices":[58,66],"id":74534435},{"name":"Michelle Gale","screen_name":"mgale","id_str":"104263660","indices":[67,73],"id":104263660},{"name":"Kelly Flannery","screen_name":"choppedonion","id_str":"93547212","indices":[74,87],"id":93547212}],"urls":[{"display_url":"yfrog.com\/nz89657778j","expanded_url":"http:\/\/yfrog.com\/nz89657778j","url":"http:\/\/t.co\/drAqoba","indices":[89,108]}],"hashtags":[]},"contributors":null,"retweeted":false,"retweet_count":0,"id":110080825852305408,"place":{"name":"Los Altos","attributes":{},"full_name":"Los Altos, CA","url":"http:\/\/api.twitter.com\/1\/geo\/id\/6a4364ea6f987c10.json","country_code":"US","bounding_box":{"type":"Polygon","coordinates":[[[-122.129344,37.33006],[-122.061557,37.33006],[-122.061557,37.406258],[-122.129344,37.406258]]]},"place_type":"city","country":"United States","id":"6a4364ea6f987c10"},"text":"Thanks Twitter family! Beautiful. Cc @laurelstout @seacue @janetvh @mgale @choppedonion http:\/\/t.co\/drAqoba","url":"http:\/\/yfrog.com\/nz89657778j"},{"id_str":"110096472611102720","in_reply_to_status_id":null,"truncated":false,"user":{"profile_sidebar_fill_color":"FFFFFF","protected":false,"id_str":"15647676","notifications":false,"profile_background_tile":false,"screen_name":"DHSJournal","name":"Homeland Security","listed_count":2717,"location":"Washington, D.C.","show_all_inline_media":false,"contributors_enabled":true,"following":true,"geo_enabled":false,"utc_offset":-18000,"profile_link_color":"0000ff","description":"U.S. Department of Homeland Security (Official).","profile_sidebar_border_color":"821111","url":"http:\/\/www.dhs.gov\/","time_zone":"Quito","default_profile_image":false,"statuses_count":1524,"profile_use_background_image":false,"verified":true,"favourites_count":0,"friends_count":133,"profile_background_color":"FFFFFF","is_translator":false,"profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme1\/bg.png","created_at":"Tue Jul 29 16:32:34 +0000 2008","followers_count":45560,"default_profile":false,"follow_request_sent":false,"lang":"en","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme1\/bg.png","id":15647676,"profile_text_color":"3A3636","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/936215926\/dhs-twitter-300_normal.jpg","profile_image_url":"http:\/\/a2.twimg.com\/profile_images\/936215926\/dhs-twitter-300_normal.jpg"},"favorited":false,"possibly_sensitive":false,"in_reply_to_status_id_str":null,"geo":null,"in_reply_to_screen_name":null,"in_reply_to_user_id_str":null,"coordinates":null,"in_reply_to_user_id":null,"source":"web","created_at":"Sat Sep 03 21:07:01 +0000 2011","entities":{"user_mentions":[{"name":"Natl Hurricane Ctr","screen_name":"NHC_Atlantic","id_str":"299798272","indices":[36,49],"id":299798272}],"urls":[],"media":[{"type":"photo","id_str":"110096472615297025","display_url":"pic.twitter.com\/x7eHCUb","expanded_url":"http:\/\/twitter.com\/DHSJournal\/status\/110096472611102720\/photo\/1","media_url_https":"https:\/\/p.twimg.com\/AYckKJVCIAE7ekD.gif","url":"http:\/\/t.co\/x7eHCUb","indices":[50,69],"sizes":{"small":{"h":272,"w":340,"resize":"fit"},"large":{"h":716,"w":895,"resize":"fit"},"medium":{"h":480,"w":600,"resize":"fit"},"thumb":{"h":150,"w":150,"resize":"crop"}},"id":110096472615297025,"media_url":"http:\/\/p.twimg.com\/AYckKJVCIAE7ekD.gif"}],"hashtags":[{"indices":[7,13],"text":"Kaita"}]},"contributors":null,"retweeted":false,"retweet_count":3,"id":110096472611102720,"place":null,"text":"Latest #Kaita track and update from @NHC_Atlantic http:\/\/t.co\/x7eHCUb","url":"https:\/\/p.twimg.com\/AYckKJVCIAE7ekD.gif"},{"id_str":"110084002584600577","in_reply_to_status_id":null,"truncated":false,"user":{"profile_sidebar_fill_color":"F6F6F6","protected":false,"id_str":"41502343","notifications":false,"profile_background_tile":true,"screen_name":"pinarecords1","name":"RaphyPina-PinaRecord","listed_count":635,"location":"iPhone: 18.234558,-66.034416","show_all_inline_media":false,"contributors_enabled":false,"following":false,"geo_enabled":true,"utc_offset":-18000,"profile_link_color":"038543","description":"President of Pina records , urban music label . also music producer and manager of :rkm&keny,tonydize,zion y lennox,Plan B , DJ Eliel, Myztiko .\r\n","profile_sidebar_border_color":"EEEEEE","url":"http:\/\/www.pinarecords.net","time_zone":"Quito","default_profile_image":false,"statuses_count":18593,"profile_use_background_image":true,"verified":true,"favourites_count":3,"friends_count":384,"profile_background_color":"ACDED6","is_translator":false,"default_profile":false,"profile_background_image_url":"http:\/\/a2.twimg.com\/profile_background_images\/261014146\/Screen_shot_2011-05-30_at_2.37.58_AM.png","created_at":"Thu May 21 01:42:25 +0000 2009","followers_count":100031,"follow_request_sent":false,"lang":"en","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/261014146\/Screen_shot_2011-05-30_at_2.37.58_AM.png","id":41502343,"profile_text_color":"333333","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/1510785765\/pinarecords1_normal.jpg","profile_image_url":"http:\/\/a2.twimg.com\/profile_images\/1510785765\/pinarecords1_normal.jpg"},"favorited":false,"possibly_sensitive":false,"in_reply_to_status_id_str":null,"geo":null,"in_reply_to_screen_name":null,"in_reply_to_user_id_str":null,"coordinates":null,"in_reply_to_user_id":null,"source":"web","created_at":"Sat Sep 03 20:17:26 +0000 2011","entities":{"user_mentions":[],"urls":[],"media":[{"type":"photo","id_str":"110084002588794880","display_url":"pic.twitter.com\/HjJMBRs","expanded_url":"http:\/\/twitter.com\/pinarecords1\/status\/110084002584600577\/photo\/1","media_url_https":"https:\/\/p.twimg.com\/AYcY0S3CIAA9ZrQ.jpg","url":"http:\/\/t.co\/HjJMBRs","indices":[87,106],"sizes":{"small":{"h":66,"w":340,"resize":"fit"},"large":{"h":164,"w":840,"resize":"fit"},"medium":{"h":117,"w":600,"resize":"fit"},"thumb":{"h":150,"w":150,"resize":"crop"}},"id":110084002588794880,"media_url":"http:\/\/p.twimg.com\/AYcY0S3CIAA9ZrQ.jpg"}],"hashtags":[]},"contributors":null,"retweeted":false,"retweet_count":10,"id":110084002584600577,"place":null,"text":"Gracias , es un honor haber llegado a 100k esto es que mi trabajo esta haciendoce bien http:\/\/t.co\/HjJMBRs","url":"https:\/\/p.twimg.com\/AYcY0S3CIAA9ZrQ.jpg"},{"id_str":"110080481017606144","in_reply_to_status_id":null,"truncated":false,"user":{"profile_sidebar_fill_color":"DDEEF6","protected":false,"id_str":"22907871","notifications":false,"profile_background_tile":false,"screen_name":"StuartMaconie","name":"Stuart Maconie","listed_count":831,"location":"iPhone: 54.991354,-2.356316","show_all_inline_media":false,"contributors_enabled":false,"following":true,"geo_enabled":true,"utc_offset":0,"profile_link_color":"0084B4","description":"","profile_sidebar_border_color":"C0DEED","url":null,"time_zone":"London","default_profile_image":false,"statuses_count":1659,"profile_use_background_image":true,"verified":false,"favourites_count":26,"friends_count":100,"profile_background_color":"C0DEED","is_translator":false,"profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme1\/bg.png","created_at":"Thu Mar 05 11:16:46 +0000 2009","followers_count":33178,"default_profile":true,"follow_request_sent":false,"lang":"en","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme1\/bg.png","id":22907871,"profile_text_color":"333333","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/1522196997\/New_Pic_normal.jpg","profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/1522196997\/New_Pic_normal.jpg"},"favorited":false,"possibly_sensitive":false,"in_reply_to_status_id_str":null,"geo":null,"in_reply_to_screen_name":null,"in_reply_to_user_id_str":null,"coordinates":null,"in_reply_to_user_id":null,"source":"web","created_at":"Sat Sep 03 20:03:27 +0000 2011","entities":{"user_mentions":[],"urls":[],"media":[{"type":"photo","id_str":"110080481021800448","display_url":"pic.twitter.com\/B1ZZxNj","expanded_url":"http:\/\/twitter.com\/StuartMaconie\/status\/110080481017606144\/photo\/1","media_url_https":"https:\/\/p.twimg.com\/AYcVnUACMAADhLs.jpg","url":"http:\/\/t.co\/B1ZZxNj","indices":[65,84],"sizes":{"small":{"h":455,"w":340,"resize":"fit"},"large":{"h":1372,"w":1024,"resize":"fit"},"medium":{"h":803,"w":600,"resize":"fit"},"thumb":{"h":150,"w":150,"resize":"crop"}},"id":110080481021800448,"media_url":"http:\/\/p.twimg.com\/AYcVnUACMAADhLs.jpg"}],"hashtags":[]},"contributors":null,"retweeted":false,"retweet_count":8,"id":110080481017606144,"place":null,"text":"Guess Who's Coming To Dinner? Ted The Damp Red Squirrel, earlier http:\/\/t.co\/B1ZZxNj","url":"https:\/\/p.twimg.com\/AYcVnUACMAADhLs.jpg"},{"id_str":"110088182720245760","in_reply_to_status_id":null,"truncated":false,"user":{"profile_sidebar_fill_color":"DDFFCC","protected":false,"id_str":"260839822","notifications":null,"profile_background_tile":true,"screen_name":"grizzlybear","name":"Grizzly Bear","listed_count":516,"location":"oh hello there. ","show_all_inline_media":false,"contributors_enabled":false,"following":null,"geo_enabled":true,"utc_offset":-18000,"profile_link_color":"0084B4","description":"Mostly tweets from Edward, rare tweets by Daniel and Chris Taylor. Chris Bear tweets over at @crbear. We are a band. See our website. ","default_profile":false,"profile_sidebar_border_color":"BDDCAD","url":"http:\/\/www.grizzly-bear.net\/","time_zone":"Eastern Time (US & Canada)","default_profile_image":false,"statuses_count":498,"profile_use_background_image":true,"verified":true,"favourites_count":0,"friends_count":155,"profile_background_color":"9AE4E8","is_translator":false,"profile_background_image_url":"http:\/\/a1.twimg.com\/profile_background_images\/220465734\/dogslettuceap_450x359_2.jpg","created_at":"Fri Mar 04 18:25:25 +0000 2011","followers_count":18687,"follow_request_sent":null,"lang":"en","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/220465734\/dogslettuceap_450x359_2.jpg","id":260839822,"profile_text_color":"333333","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/1280868768\/images_normal.jpeg","profile_image_url":"http:\/\/a2.twimg.com\/profile_images\/1280868768\/images_normal.jpeg"},"favorited":false,"possibly_sensitive":false,"in_reply_to_status_id_str":null,"geo":null,"in_reply_to_screen_name":null,"in_reply_to_user_id_str":null,"coordinates":null,"in_reply_to_user_id":null,"source":"web","created_at":"Sat Sep 03 20:34:03 +0000 2011","entities":{"user_mentions":[],"urls":[],"media":[{"type":"photo","id_str":"110088182724440064","display_url":"pic.twitter.com\/GNngnuO","expanded_url":"http:\/\/twitter.com\/grizzlybear\/status\/110088182720245760\/photo\/1","media_url_https":"https:\/\/p.twimg.com\/AYccnnFCMAAHySU.jpg","url":"http:\/\/t.co\/GNngnuO","indices":[43,62],"sizes":{"small":{"h":226,"w":340,"resize":"fit"},"large":{"h":282,"w":425,"resize":"fit"},"medium":{"h":282,"w":425,"resize":"fit"},"thumb":{"h":150,"w":150,"resize":"crop"}},"id":110088182724440064,"media_url":"http:\/\/p.twimg.com\/AYccnnFCMAAHySU.jpg"}],"hashtags":[]},"contributors":null,"retweeted":false,"retweet_count":18,"id":110088182720245760,"place":null,"text":"are you going to finish your \"Kreayshawn\"? http:\/\/t.co\/GNngnuO","url":"https:\/\/p.twimg.com\/AYccnnFCMAAHySU.jpg"},{"id_str":"110085064846606337","in_reply_to_status_id":null,"truncated":false,"user":{"profile_sidebar_fill_color":"ab1fa9","protected":false,"id_str":"23489663","notifications":false,"profile_background_tile":true,"screen_name":"RASHEEDAGAPEACH","name":"RASHEEDA ","listed_count":1022,"location":"ATLANTA,GA","show_all_inline_media":false,"contributors_enabled":false,"following":true,"geo_enabled":false,"utc_offset":-18000,"profile_link_color":"12090f","description":"Bookin Info-DLO117@gmail.com Artist,Entrepreneur,SongWriter,Boss Chick,Ck Out http:\/\/www.ImBossy.com Bet's 2010 best female hip hop nominee.Its A Movement baby!","profile_sidebar_border_color":"bddcad","url":"http:\/\/www.youtube.com\/user\/dlo117","time_zone":"Quito","default_profile_image":false,"default_profile":false,"statuses_count":25011,"profile_use_background_image":true,"verified":false,"favourites_count":1,"friends_count":326,"profile_background_color":"ff0ae2","is_translator":false,"profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/232722802\/Rasheeda_RevOfficial_Twitter_-1.jpg","created_at":"Mon Mar 09 19:52:47 +0000 2009","followers_count":68930,"follow_request_sent":false,"lang":"en","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/232722802\/Rasheeda_RevOfficial_Twitter_-1.jpg","id":23489663,"profile_text_color":"ff0a80","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/1429966048\/_rasheedagapeach_bad_mutha_fucker_Video_new_normal.jpg","profile_image_url":"http:\/\/a2.twimg.com\/profile_images\/1429966048\/_rasheedagapeach_bad_mutha_fucker_Video_new_normal.jpg"},"favorited":false,"possibly_sensitive":false,"in_reply_to_status_id_str":null,"geo":null,"in_reply_to_screen_name":null,"in_reply_to_user_id_str":null,"coordinates":null,"in_reply_to_user_id":null,"source":"web","created_at":"Sat Sep 03 20:21:39 +0000 2011","entities":{"user_mentions":[],"urls":[{"display_url":"ImBossy.com","expanded_url":"http:\/\/www.ImBossy.com","url":"http:\/\/t.co\/HHunqJa","indices":[45,64]}],"media":[{"type":"photo","id_str":"110085064850800642","display_url":"pic.twitter.com\/lC6BzVx","expanded_url":"http:\/\/twitter.com\/RASHEEDAGAPEACH\/status\/110085064846606337\/photo\/1","media_url_https":"https:\/\/p.twimg.com\/AYcZyIGCAAII69P.jpg","url":"http:\/\/t.co\/lC6BzVx","indices":[119,138],"sizes":{"small":{"h":254,"w":340,"resize":"fit"},"large":{"h":478,"w":640,"resize":"fit"},"medium":{"h":448,"w":600,"resize":"fit"},"thumb":{"h":150,"w":150,"resize":"crop"}},"id":110085064850800642,"media_url":"http:\/\/p.twimg.com\/AYcZyIGCAAII69P.jpg"}],"hashtags":[]},"contributors":null,"retweeted":false,"retweet_count":10,"id":110085064846606337,"place":null,"text":"LABOR DAY SPECIAL... Place an order today at http:\/\/t.co\/HHunqJa and get a few free goodies including these!! Lets Go! http:\/\/t.co\/lC6BzVx","url":"https:\/\/p.twimg.com\/AYcZyIGCAAII69P.jpg"},{"id_str":"110088918824783872","in_reply_to_status_id":null,"truncated":false,"user":{"profile_sidebar_fill_color":"E3E2DE","protected":false,"id_str":"94132246","notifications":false,"profile_background_tile":true,"screen_name":"eespetacular","name":"Equipe do EE","listed_count":1591,"location":"BRASIL","show_all_inline_media":false,"contributors_enabled":false,"following":true,"geo_enabled":true,"utc_offset":-10800,"profile_link_color":"088253","description":"DOMINGOS DE MANH\u00c3 NA TV GLOBO","profile_sidebar_border_color":"D3D2CF","url":"http:\/\/www.globoesporte.com\/espetacular","time_zone":"Brasilia","default_profile_image":false,"default_profile":false,"statuses_count":4326,"profile_use_background_image":true,"verified":false,"favourites_count":1,"friends_count":14,"profile_background_color":"EDECE9","is_translator":false,"profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/57349916\/capa.jpg","created_at":"Wed Dec 02 17:23:36 +0000 2009","followers_count":110353,"follow_request_sent":false,"lang":"en","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/57349916\/capa.jpg","id":94132246,"profile_text_color":"634047","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/1378819985\/tande_glenda2_normal.jpg","profile_image_url":"http:\/\/a3.twimg.com\/profile_images\/1378819985\/tande_glenda2_normal.jpg"},"favorited":false,"possibly_sensitive":false,"in_reply_to_status_id_str":null,"geo":null,"in_reply_to_screen_name":null,"in_reply_to_user_id_str":null,"coordinates":null,"in_reply_to_user_id":null,"source":"web","created_at":"Sat Sep 03 20:36:59 +0000 2011","entities":{"user_mentions":[],"urls":[],"media":[{"type":"photo","id_str":"110088918828978176","display_url":"pic.twitter.com\/7Wa073E","expanded_url":"http:\/\/twitter.com\/eespetacular\/status\/110088918824783872\/photo\/1","media_url_https":"https:\/\/p.twimg.com\/AYcdSdSCEAApuWj.jpg","url":"http:\/\/t.co\/7Wa073E","indices":[60,79],"sizes":{"small":{"h":453,"w":340,"resize":"fit"},"large":{"h":1365,"w":1024,"resize":"fit"},"thumb":{"h":150,"w":150,"resize":"crop"},"medium":{"h":800,"w":600,"resize":"fit"}},"id":110088918828978176,"media_url":"http:\/\/p.twimg.com\/AYcdSdSCEAApuWj.jpg"}],"hashtags":[]},"contributors":null,"retweeted":false,"retweet_count":0,"id":110088918824783872,"place":null,"text":"Confira um aperitivo da entrega do Jo\u00e3o Sorris\u00e3o para o R10 http:\/\/t.co\/7Wa073E","url":"https:\/\/p.twimg.com\/AYcdSdSCEAApuWj.jpg"},{"id_str":"110094519927717888","in_reply_to_status_id":null,"truncated":false,"user":{"profile_sidebar_fill_color":"333333","protected":false,"id_str":"292995395","notifications":false,"profile_background_tile":true,"screen_name":"GarretDillahunt","name":"Garret Dillahunt","listed_count":213,"location":"","show_all_inline_media":true,"contributors_enabled":false,"following":true,"geo_enabled":false,"utc_offset":-18000,"profile_link_color":"0c7494","description":"I'm an actor, lately on Raising Hope, but sometimes other stuff too. \r\nHt: 18.5 hands\r\nWt: 13.6 stone.\r\n Fancy-pants official site:","profile_sidebar_border_color":"4f4f4f","url":"http:\/\/garret-dillahunt.net","time_zone":"Quito","default_profile_image":false,"statuses_count":537,"profile_use_background_image":true,"verified":true,"favourites_count":1,"friends_count":132,"profile_background_color":"6b6b6b","is_translator":false,"profile_background_image_url":"http:\/\/a2.twimg.com\/profile_background_images\/300455741\/beach.jpg","created_at":"Wed May 04 15:48:27 +0000 2011","followers_count":9324,"default_profile":false,"follow_request_sent":false,"lang":"en","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/300455741\/beach.jpg","id":292995395,"profile_text_color":"9999a3","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/1457096852\/denim_normal.jpg","profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/1457096852\/denim_normal.jpg"},"favorited":false,"possibly_sensitive":false,"in_reply_to_status_id_str":null,"geo":null,"in_reply_to_screen_name":null,"in_reply_to_user_id_str":null,"coordinates":null,"in_reply_to_user_id":null,"source":"web","created_at":"Sat Sep 03 20:59:14 +0000 2011","entities":{"user_mentions":[],"urls":[],"media":[{"type":"photo","id_str":"110094519931912192","display_url":"pic.twitter.com\/0lTv3bg","expanded_url":"http:\/\/twitter.com\/GarretDillahunt\/status\/110094519927717888\/photo\/1","media_url_https":"https:\/\/p.twimg.com\/AYciYfBCQAA74GE.jpg","url":"http:\/\/t.co\/0lTv3bg","indices":[63,82],"sizes":{"small":{"h":250,"w":340,"resize":"fit"},"large":{"h":754,"w":1024,"resize":"fit"},"medium":{"h":442,"w":600,"resize":"fit"},"thumb":{"h":150,"w":150,"resize":"crop"}},"id":110094519931912192,"media_url":"http:\/\/p.twimg.com\/AYciYfBCQAA74GE.jpg"}],"hashtags":[]},"contributors":null,"retweeted":false,"retweet_count":11,"id":110094519927717888,"place":null,"text":"Have you seen this yet? Season two, twitches...it's a-comin': http:\/\/t.co\/0lTv3bg","url":"https:\/\/p.twimg.com\/AYciYfBCQAA74GE.jpg"},{"id_str":"110091929353584640","in_reply_to_status_id":null,"truncated":false,"user":{"profile_sidebar_fill_color":"f4f4f0","protected":false,"id_str":"16343974","notifications":false,"profile_background_tile":false,"screen_name":"Telegraph","name":"The Telegraph","listed_count":2232,"location":"London, UK","show_all_inline_media":false,"contributors_enabled":false,"following":true,"geo_enabled":false,"utc_offset":0,"profile_link_color":"5f5653","description":"News and comment from The Daily Telegraph, The Sunday Telegraph and The Telegraph. Info about new products, apps & promotions. Please say hello if we can help","profile_sidebar_border_color":"5f5653","url":"http:\/\/www.telegraph.co.uk\/","time_zone":"London","default_profile_image":false,"statuses_count":137151,"profile_use_background_image":true,"default_profile":false,"verified":false,"favourites_count":0,"friends_count":70,"profile_background_color":"5f5653","is_translator":false,"profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/177485899\/Comment_twitter.png","created_at":"Thu Sep 18 06:50:54 +0000 2008","followers_count":59558,"follow_request_sent":false,"lang":"en","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/177485899\/Comment_twitter.png","id":16343974,"profile_text_color":"000000","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/998929715\/Telegraph_normal.jpg","profile_image_url":"http:\/\/a3.twimg.com\/profile_images\/998929715\/Telegraph_normal.jpg"},"favorited":false,"possibly_sensitive":false,"in_reply_to_status_id_str":null,"geo":null,"in_reply_to_screen_name":null,"in_reply_to_user_id_str":null,"coordinates":null,"in_reply_to_user_id":null,"source":"web","created_at":"Sat Sep 03 20:48:58 +0000 2011","entities":{"user_mentions":[],"urls":[],"media":[{"type":"photo","id_str":"110091929357778945","display_url":"pic.twitter.com\/fHF1ADC","expanded_url":"http:\/\/twitter.com\/Telegraph\/status\/110091929353584640\/photo\/1","media_url_https":"https:\/\/p.twimg.com\/AYcgBsYCAAEuY-d.png","url":"http:\/\/t.co\/fHF1ADC","indices":[78,97],"sizes":{"small":{"h":559,"w":340,"resize":"fit"},"large":{"h":1315,"w":800,"resize":"fit"},"thumb":{"h":150,"w":150,"resize":"crop"},"medium":{"h":986,"w":600,"resize":"fit"}},"id":110091929357778945,"media_url":"http:\/\/p.twimg.com\/AYcgBsYCAAEuY-d.png"}],"hashtags":[]},"contributors":null,"retweeted":false,"retweet_count":25,"id":110091929353584640,"place":null,"text":"Tories set to disband in Scotland - front page of tomorrow's Sunday Telegraph http:\/\/t.co\/fHF1ADC","url":"https:\/\/p.twimg.com\/AYcgBsYCAAEuY-d.png"},{"id_str":"110084499085344768","in_reply_to_status_id":null,"truncated":false,"user":{"profile_sidebar_fill_color":"efefef","protected":false,"id_str":"80837321","notifications":false,"profile_background_tile":false,"screen_name":"WEIL_caricatura","name":"roberto weil","listed_count":1080,"location":"caracas","show_all_inline_media":false,"contributors_enabled":false,"following":true,"geo_enabled":false,"utc_offset":-16200,"profile_link_color":"009999","description":"","profile_sidebar_border_color":"eeeeee","url":"http:\/\/www.weil.com.ve","time_zone":"Caracas","default_profile_image":false,"statuses_count":1225,"profile_use_background_image":true,"verified":false,"favourites_count":0,"friends_count":146,"profile_background_color":"000000","is_translator":false,"profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/72478654\/logo_weil_i.jpg","created_at":"Thu Oct 08 12:30:28 +0000 2009","followers_count":36468,"follow_request_sent":false,"lang":"en","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/72478654\/logo_weil_i.jpg","id":80837321,"default_profile":false,"profile_text_color":"333333","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/671591711\/twetter_i_normal.jpg","profile_image_url":"http:\/\/a2.twimg.com\/profile_images\/671591711\/twetter_i_normal.jpg"},"favorited":false,"possibly_sensitive":false,"in_reply_to_status_id_str":null,"geo":null,"in_reply_to_screen_name":null,"in_reply_to_user_id_str":null,"coordinates":null,"in_reply_to_user_id":null,"source":"web","created_at":"Sat Sep 03 20:19:25 +0000 2011","entities":{"user_mentions":[],"urls":[],"media":[{"type":"photo","id_str":"110084499089539072","display_url":"pic.twitter.com\/GzgdFjQ","expanded_url":"http:\/\/twitter.com\/WEIL_caricatura\/status\/110084499085344768\/photo\/1","media_url_https":"https:\/\/p.twimg.com\/AYcZRMeCQAAphkP.jpg","url":"http:\/\/t.co\/GzgdFjQ","indices":[19,38],"sizes":{"small":{"h":137,"w":340,"resize":"fit"},"large":{"h":413,"w":1024,"resize":"fit"},"medium":{"h":242,"w":600,"resize":"fit"},"thumb":{"h":150,"w":150,"resize":"crop"}},"id":110084499089539072,"media_url":"http:\/\/p.twimg.com\/AYcZRMeCQAAphkP.jpg"}],"hashtags":[]},"contributors":null,"retweeted":false,"retweet_count":14,"id":110084499085344768,"place":null,"text":"WEIL ... \u00e1vila ... http:\/\/t.co\/GzgdFjQ","url":"https:\/\/p.twimg.com\/AYcZRMeCQAAphkP.jpg"},{"id_str":"110100444747010048","in_reply_to_status_id":null,"truncated":false,"user":{"profile_sidebar_fill_color":"99CC33","protected":false,"id_str":"18269216","notifications":false,"profile_background_tile":false,"screen_name":"DrLawyercop","name":"Aaron Ginsburg","listed_count":246,"location":"City of Dreams","show_all_inline_media":false,"contributors_enabled":false,"following":true,"geo_enabled":false,"utc_offset":-28800,"profile_link_color":"D02B55","description":"Writer on FOX's THE FINDER, THE GOOD GUYS. \r\nProducer of BURN NOTICE: THE FALL OF SAM AXE.\r\nDirector of THE THRILLING ADVENTURE HOUR. \r\n","profile_sidebar_border_color":"829D5E","url":"http:\/\/aaronginsburg.tumblr.com","time_zone":"Pacific Time (US & Canada)","default_profile_image":false,"default_profile":false,"statuses_count":6362,"profile_use_background_image":true,"verified":false,"favourites_count":5,"friends_count":255,"profile_background_color":"352726","is_translator":false,"profile_background_image_url":"http:\/\/a1.twimg.com\/profile_background_images\/3656056\/DSCN2084.jpg","created_at":"Sat Dec 20 17:25:20 +0000 2008","followers_count":4089,"follow_request_sent":false,"lang":"en","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/3656056\/DSCN2084.jpg","id":18269216,"profile_text_color":"3E4415","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/1299800341\/Screen_shot_2011-03-30_at_2.03.29_PM_normal.jpg","profile_image_url":"http:\/\/a2.twimg.com\/profile_images\/1299800341\/Screen_shot_2011-03-30_at_2.03.29_PM_normal.jpg"},"favorited":false,"possibly_sensitive":false,"in_reply_to_status_id_str":null,"geo":null,"in_reply_to_screen_name":null,"in_reply_to_user_id_str":null,"coordinates":null,"in_reply_to_user_id":null,"source":"web","created_at":"Sat Sep 03 21:22:46 +0000 2011","entities":{"user_mentions":[{"name":"Krista","screen_name":"KKCarpy","id_str":"25844639","indices":[5,13],"id":25844639},{"name":"Insight The Movie","screen_name":"InsightMovie","id_str":"348588776","indices":[17,30],"id":348588776}],"urls":[],"media":[{"type":"photo","id_str":"110100444751204353","display_url":"pic.twitter.com\/5yMmNfl","expanded_url":"http:\/\/twitter.com\/DrLawyercop\/status\/110100444747010048\/photo\/1","media_url_https":"https:\/\/p.twimg.com\/AYcnxWsCEAEbtVj.jpg","url":"http:\/\/t.co\/5yMmNfl","indices":[118,137],"sizes":{"small":{"h":226,"w":340,"resize":"fit"},"large":{"h":478,"w":720,"resize":"fit"},"thumb":{"h":150,"w":150,"resize":"crop"},"medium":{"h":398,"w":600,"resize":"fit"}},"id":110100444751204353,"media_url":"http:\/\/p.twimg.com\/AYcnxWsCEAEbtVj.jpg"}],"hashtags":[]},"contributors":null,"retweeted":false,"retweet_count":0,"id":110100444747010048,"place":null,"text":"Me & @KKCarpy at @InsightMovie Premiere. My mother's response: \"I'm surprised they let you in without a sports coat.\" http:\/\/t.co\/5yMmNfl","url":"https:\/\/p.twimg.com\/AYcnxWsCEAEbtVj.jpg"},{"id_str":"110100448681275392","in_reply_to_status_id":null,"truncated":false,"user":{"profile_sidebar_fill_color":"DDEEF6","protected":false,"id_str":"14895312","notifications":false,"profile_background_tile":false,"screen_name":"ronpepsi","name":"Rudy Winnacker","display_url":"winnacker.com","listed_count":103,"location":"Piedmont, CA","expanded_url":"http:\/\/www.winnacker.com","show_all_inline_media":false,"contributors_enabled":false,"following":true,"geo_enabled":true,"utc_offset":-28800,"profile_link_color":"0084B4","description":"Twitter Operations","default_profile":true,"profile_sidebar_border_color":"C0DEED","url":"http:\/\/t.co\/CKqzPJi","time_zone":"Pacific Time (US & Canada)","default_profile_image":false,"statuses_count":6644,"profile_use_background_image":true,"verified":false,"favourites_count":0,"friends_count":109,"profile_background_color":"C0DEED","is_translator":false,"profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme1\/bg.png","created_at":"Sun May 25 00:57:02 +0000 2008","followers_count":3526,"entities":{"user_mentions":[],"urls":[],"hashtags":[]},"follow_request_sent":false,"lang":"en","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme1\/bg.png","id":14895312,"profile_text_color":"333333","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/54839849\/TRS_80_Color_Computer_2_normal.jpg","profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/54839849\/TRS_80_Color_Computer_2_normal.jpg"},"favorited":false,"possibly_sensitive":false,"in_reply_to_status_id_str":null,"geo":null,"in_reply_to_screen_name":null,"in_reply_to_user_id_str":null,"coordinates":null,"in_reply_to_user_id":null,"source":"web","created_at":"Sat Sep 03 21:22:48 +0000 2011","entities":{"user_mentions":[],"urls":[],"media":[{"type":"photo","id_str":"110100448685469696","display_url":"pic.twitter.com\/NXhEcuT","expanded_url":"http:\/\/twitter.com\/ronpepsi\/status\/110100448681275392\/photo\/1","media_url_https":"https:\/\/p.twimg.com\/AYcnxlWCMAAFr-s.jpg","url":"http:\/\/t.co\/NXhEcuT","indices":[19,38],"sizes":{"small":{"h":453,"w":340,"resize":"fit"},"large":{"h":1365,"w":1024,"resize":"fit"},"thumb":{"h":150,"w":150,"resize":"crop"},"medium":{"h":800,"w":600,"resize":"fit"}},"id":110100448685469696,"media_url":"http:\/\/p.twimg.com\/AYcnxlWCMAAFr-s.jpg"}],"hashtags":[]},"contributors":null,"retweeted":false,"retweet_count":0,"id":110100448681275392,"place":{"name":"Oakland","attributes":{},"full_name":"Oakland, CA","url":"http:\/\/api.twitter.com\/1\/geo\/id\/ab2f2fac83aa388d.json","country_code":"US","bounding_box":{"type":"Polygon","coordinates":[[[-122.355881,37.632226],[-122.114672,37.632226],[-122.114672,37.885255],[-122.355881,37.885255]]]},"place_type":"city","country":"United States","id":"ab2f2fac83aa388d"},"text":"East Bay Wildlife: http:\/\/t.co\/NXhEcuT","url":"https:\/\/p.twimg.com\/AYcnxlWCMAAFr-s.jpg"},{"id_str":"110085582855733248","in_reply_to_status_id":null,"truncated":false,"user":{"profile_sidebar_fill_color":"252429","protected":false,"id_str":"1652731","notifications":false,"profile_background_tile":true,"screen_name":"jollyroger","name":"Roger Chang","listed_count":1218,"location":"37.759299,-122.38821","show_all_inline_media":false,"contributors_enabled":false,"following":true,"geo_enabled":false,"utc_offset":-28800,"profile_link_color":"2FC2EF","description":"A TV\/Web video producer who once played a game of ping-pong against Wil Wheaton. I lost. I'm also the funny half of the East Meets West podcast. ","profile_sidebar_border_color":"181A1E","url":"http:\/\/facebook.com\/rogee.chang","time_zone":"Pacific Time (US & Canada)","default_profile_image":false,"statuses_count":5225,"profile_use_background_image":true,"default_profile":false,"verified":false,"favourites_count":0,"friends_count":114,"profile_background_color":"1A1B1F","is_translator":false,"profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/106906599\/Image2.jpg","created_at":"Tue Mar 20 17:49:09 +0000 2007","followers_count":11115,"follow_request_sent":false,"lang":"en","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/106906599\/Image2.jpg","id":1652731,"profile_text_color":"666666","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/842250047\/jollyroger_normal.jpg","profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/842250047\/jollyroger_normal.jpg"},"favorited":false,"possibly_sensitive":false,"in_reply_to_status_id_str":null,"geo":null,"in_reply_to_screen_name":null,"in_reply_to_user_id_str":null,"coordinates":null,"in_reply_to_user_id":null,"source":"web","created_at":"Sat Sep 03 20:23:43 +0000 2011","entities":{"user_mentions":[{"name":"Tom Merritt","screen_name":"acedtect","id_str":"610533","indices":[8,17],"id":610533}],"urls":[],"media":[{"type":"photo","id_str":"110085582859927552","display_url":"pic.twitter.com\/NvUkI0J","expanded_url":"http:\/\/twitter.com\/jollyroger\/status\/110085582855733248\/photo\/1","media_url_https":"https:\/\/p.twimg.com\/AYcaQR1CAAA8yn9.jpg","url":"http:\/\/t.co\/NvUkI0J","indices":[81,100],"sizes":{"small":{"h":255,"w":340,"resize":"fit"},"large":{"h":768,"w":1024,"resize":"fit"},"medium":{"h":450,"w":600,"resize":"fit"},"thumb":{"h":150,"w":150,"resize":"crop"}},"id":110085582859927552,"media_url":"http:\/\/p.twimg.com\/AYcaQR1CAAA8yn9.jpg"}],"hashtags":[{"indices":[61,69],"text":"awkward"},{"indices":[70,80],"text":"dragoncon"}]},"contributors":null,"retweeted":false,"retweet_count":4,"id":110085582855733248,"place":null,"text":"Went to @acedtect 's room to drop off gear and found this! #awkward #dragoncon http:\/\/t.co\/NvUkI0J","url":"https:\/\/p.twimg.com\/AYcaQR1CAAA8yn9.jpg"},{"id_str":"110085188217872387","in_reply_to_status_id":110084317660725248,"truncated":false,"user":{"default_profile":false,"profile_sidebar_fill_color":"DDEEF6","protected":false,"id_str":"143502765","notifications":null,"profile_background_tile":true,"screen_name":"JulioPiumato","name":"Julio Piumato","listed_count":582,"location":"Argentina","show_all_inline_media":false,"contributors_enabled":false,"following":null,"geo_enabled":false,"utc_offset":-10800,"profile_link_color":"0084B4","description":"SecGralUEJN(Judiciales)SecDDHH CGT,Dip Nac(MC)Pres Cees(Centro de Estudios estrat\u00e9gicos Suramericanos)Militante peronista,abogado, hincha de Boca.","profile_sidebar_border_color":"C0DEED","url":"http:\/\/juliopiumato.blogspot.com","time_zone":"Buenos Aires","default_profile_image":false,"statuses_count":12530,"profile_use_background_image":true,"verified":false,"favourites_count":2,"friends_count":45,"profile_background_color":"C0DEED","is_translator":false,"profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/101147551\/boca.jpg","created_at":"Thu May 13 17:01:29 +0000 2010","followers_count":22760,"follow_request_sent":null,"lang":"es","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/101147551\/boca.jpg","id":143502765,"profile_text_color":"333333","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/950325261\/Piumato_CABA_23330-240_normal.jpg","profile_image_url":"http:\/\/a1.twimg.com\/profile_images\/950325261\/Piumato_CABA_23330-240_normal.jpg"},"favorited":false,"possibly_sensitive":false,"in_reply_to_status_id_str":"110084317660725248","geo":null,"in_reply_to_screen_name":"miotroespejo","in_reply_to_user_id_str":"152708650","coordinates":null,"in_reply_to_user_id":152708650,"source":"web","created_at":"Sat Sep 03 20:22:09 +0000 2011","entities":{"user_mentions":[{"name":"mauro garcia K","screen_name":"miotroespejo","id_str":"152708650","indices":[0,13],"id":152708650}],"urls":[],"media":[{"type":"photo","id_str":"110085188226260992","display_url":"pic.twitter.com\/sbISOer","expanded_url":"http:\/\/twitter.com\/JulioPiumato\/status\/110085188217872387\/photo\/1","media_url_https":"https:\/\/p.twimg.com\/AYcZ5TtCIAAVA43.jpg","url":"http:\/\/t.co\/sbISOer","indices":[55,74],"sizes":{"small":{"h":130,"w":107,"resize":"fit"},"large":{"h":130,"w":107,"resize":"fit"},"thumb":{"h":130,"w":107,"resize":"crop"},"medium":{"h":130,"w":107,"resize":"fit"}},"id":110085188226260992,"media_url":"http:\/\/p.twimg.com\/AYcZ5TtCIAAVA43.jpg"}],"hashtags":[]},"contributors":null,"retweeted":false,"retweet_count":0,"id":110085188217872387,"place":null,"text":"@miotroespejo te mando mi ADN es el mismo de la Patria http:\/\/t.co\/sbISOer","url":"https:\/\/p.twimg.com\/AYcZ5TtCIAAVA43.jpg"},{"id_str":"110097117149794304","in_reply_to_status_id":null,"truncated":false,"user":{"profile_sidebar_fill_color":"b2bbc0","protected":false,"id_str":"16049481","notifications":false,"profile_background_tile":false,"screen_name":"RonHogan","name":"Ron Hogan","listed_count":774,"location":"New York, NY","show_all_inline_media":false,"contributors_enabled":false,"following":true,"geo_enabled":false,"utc_offset":-18000,"profile_link_color":"822007","description":"I run Beatrice.com. I curate a reading series at @GreenlightBklyn & a book club at @FountainBkstore. I wrote GETTING RIGHT WITH TAO (@channelvbooks).","profile_sidebar_border_color":"3d414c","url":"http:\/\/www.ronhogan.net","time_zone":"Eastern Time (US & Canada)","default_profile_image":false,"statuses_count":23562,"profile_use_background_image":true,"verified":false,"favourites_count":74,"friends_count":180,"profile_background_color":"b2bbc0","is_translator":false,"profile_background_image_url":"http:\/\/a3.twimg.com\/profile_background_images\/105289790\/twitter-corner-2.jpg","created_at":"Sat Aug 30 00:55:53 +0000 2008","followers_count":8555,"default_profile":false,"follow_request_sent":false,"lang":"en","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/105289790\/twitter-corner-2.jpg","id":16049481,"profile_text_color":"333333","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/932234747\/twitter-avatar_normal.jpg","profile_image_url":"http:\/\/a2.twimg.com\/profile_images\/932234747\/twitter-avatar_normal.jpg"},"favorited":false,"possibly_sensitive":false,"in_reply_to_status_id_str":null,"geo":null,"in_reply_to_screen_name":null,"in_reply_to_user_id_str":null,"coordinates":null,"in_reply_to_user_id":null,"source":"web","created_at":"Sat Sep 03 21:09:33 +0000 2011","entities":{"user_mentions":[{"name":"Dan Goodsell","screen_name":"themistertoast","id_str":"74870546","indices":[102,117],"id":74870546}],"urls":[],"media":[{"type":"photo","id_str":"110097117153988608","display_url":"pic.twitter.com\/WwzgPlU","expanded_url":"http:\/\/twitter.com\/RonHogan\/status\/110097117149794304\/photo\/1","media_url_https":"https:\/\/p.twimg.com\/AYckvqbCEAAR30-.jpg","url":"http:\/\/t.co\/WwzgPlU","indices":[119,138],"sizes":{"small":{"h":286,"w":340,"resize":"fit"},"large":{"h":671,"w":800,"resize":"fit"},"thumb":{"h":150,"w":150,"resize":"crop"},"medium":{"h":503,"w":600,"resize":"fit"}},"id":110097117153988608,"media_url":"http:\/\/p.twimg.com\/AYckvqbCEAAR30-.jpg"}],"hashtags":[]},"contributors":null,"retweeted":false,"retweet_count":0,"id":110097117149794304,"place":null,"text":"FUN FACT: We named our cat Toast because of his coloring, but also so we can call him Mr. Toast after @themistertoast. http:\/\/t.co\/WwzgPlU","url":"https:\/\/p.twimg.com\/AYckvqbCEAAR30-.jpg"},{"id_str":"110091778593538049","in_reply_to_status_id":null,"truncated":false,"user":{"profile_sidebar_fill_color":"f7f7f7","protected":false,"id_str":"20904050","notifications":false,"profile_background_tile":true,"screen_name":"viticci","name":"Federico Viticci","listed_count":901,"location":"Viterbo, Italy","show_all_inline_media":true,"contributors_enabled":false,"following":true,"geo_enabled":true,"utc_offset":3600,"profile_link_color":"0d8eb5","description":"Editor of MacStories.net.","profile_sidebar_border_color":"232b3d","url":"http:\/\/www.macstories.net\/","time_zone":"Rome","default_profile_image":false,"default_profile":false,"statuses_count":36485,"profile_use_background_image":true,"verified":false,"favourites_count":6132,"friends_count":896,"profile_background_color":"062039","is_translator":true,"profile_background_image_url":"http:\/\/a3.twimg.com\/profile_background_images\/79556586\/sfondotwitter.jpg","created_at":"Sun Feb 15 10:52:33 +0000 2009","followers_count":15132,"follow_request_sent":false,"lang":"en","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/79556586\/sfondotwitter.jpg","id":20904050,"profile_text_color":"191a19","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/1135129324\/Viticci_2010_normal.jpg","profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/1135129324\/Viticci_2010_normal.jpg"},"favorited":false,"possibly_sensitive":false,"in_reply_to_status_id_str":null,"geo":{"type":"Point","coordinates":[42.418186,12.106259]},"in_reply_to_screen_name":null,"in_reply_to_user_id_str":null,"coordinates":{"type":"Point","coordinates":[12.106259,42.418186]},"in_reply_to_user_id":null,"source":"\u003Ca href=\"http:\/\/www.apple.com\" rel=\"nofollow\"\u003ECamera on iOS\u003C\/a\u003E","created_at":"Sat Sep 03 20:48:20 +0000 2011","entities":{"user_mentions":[],"urls":[],"media":[{"type":"photo","id_str":"110091778597732353","display_url":"pic.twitter.com\/IOClWFR","expanded_url":"http:\/\/twitter.com\/viticci\/status\/110091778593538049\/photo\/1","media_url_https":"https:\/\/p.twimg.com\/AYcf46wCQAErhdW.jpg","url":"http:\/\/t.co\/IOClWFR","indices":[27,46],"sizes":{"small":{"h":455,"w":340,"resize":"fit"},"large":{"h":648,"w":484,"resize":"fit"},"thumb":{"h":150,"w":150,"resize":"crop"},"medium":{"h":648,"w":484,"resize":"fit"}},"id":110091778597732353,"media_url":"http:\/\/p.twimg.com\/AYcf46wCQAErhdW.jpg"}],"hashtags":[]},"contributors":null,"retweeted":false,"retweet_count":0,"id":110091778593538049,"place":{"name":"Viterbo","attributes":{},"full_name":"Viterbo, Viterbo","url":"http:\/\/api.twitter.com\/1\/geo\/id\/6197893ccb5e11d0.json","country_code":"IT","bounding_box":{"type":"Polygon","coordinates":[[[11.9036425,42.2968828],[12.2266818,42.2968828],[12.2266818,42.5874835],[11.9036425,42.5874835]]]},"place_type":"city","country":"Italy","id":"6197893ccb5e11d0"},"text":"La Macchina is almost here http:\/\/t.co\/IOClWFR","url":"https:\/\/p.twimg.com\/AYcf46wCQAErhdW.jpg"},{"id_str":"110084580027006976","in_reply_to_status_id":null,"truncated":false,"user":{"profile_sidebar_fill_color":"333333","protected":false,"id_str":"250329331","default_profile":false,"notifications":false,"profile_background_tile":false,"screen_name":"CareyHartFans","name":"Carey Hart Fans","listed_count":82,"location":"","show_all_inline_media":false,"contributors_enabled":false,"following":false,"geo_enabled":false,"utc_offset":null,"profile_link_color":"0084b4","description":"#1 fans twitter account for the loveable, crazy,legend Carey Hart (@hartluck)\r\n our facebook page for even more updates.\r\nhttp:\/\/www.facebook.com\/CareyHartFans","profile_sidebar_border_color":"000000","url":"http:\/\/www.hartandhuntington.com","time_zone":null,"default_profile_image":false,"statuses_count":158,"profile_use_background_image":true,"verified":false,"favourites_count":2,"friends_count":21,"profile_background_color":"000000","is_translator":false,"profile_background_image_url":"http:\/\/a3.twimg.com\/profile_background_images\/275179792\/2011-03-25_22-22-06_97.114.236.119.jpg","created_at":"Thu Feb 10 21:52:45 +0000 2011","followers_count":1090,"follow_request_sent":false,"lang":"en","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/275179792\/2011-03-25_22-22-06_97.114.236.119.jpg","id":250329331,"profile_text_color":"827b82","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/1473018205\/carebear_normal.jpg","profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/1473018205\/carebear_normal.jpg"},"favorited":false,"possibly_sensitive":false,"in_reply_to_status_id_str":null,"geo":null,"in_reply_to_screen_name":null,"in_reply_to_user_id_str":null,"coordinates":null,"in_reply_to_user_id":null,"source":"web","created_at":"Sat Sep 03 20:19:44 +0000 2011","entities":{"user_mentions":[],"urls":[],"media":[{"type":"photo","id_str":"110084580031201280","display_url":"pic.twitter.com\/3oqTZlu","expanded_url":"http:\/\/twitter.com\/CareyHartFans\/status\/110084580027006976\/photo\/1","media_url_https":"https:\/\/p.twimg.com\/AYcZV6ACAAAtQ4D.jpg","url":"http:\/\/t.co\/3oqTZlu","indices":[13,32],"sizes":{"small":{"h":256,"w":340,"resize":"fit"},"large":{"h":564,"w":750,"resize":"fit"},"thumb":{"h":150,"w":150,"resize":"crop"},"medium":{"h":451,"w":600,"resize":"fit"}},"id":110084580031201280,"media_url":"http:\/\/p.twimg.com\/AYcZV6ACAAAtQ4D.jpg"}],"hashtags":[{"indices":[0,12],"text":"PicOfTheDay"}]},"contributors":null,"retweeted":false,"retweet_count":0,"id":110084580027006976,"place":null,"text":"#PicOfTheDay http:\/\/t.co\/3oqTZlu","url":"https:\/\/p.twimg.com\/AYcZV6ACAAAtQ4D.jpg"},{"id_str":"110099277509955585","in_reply_to_status_id":null,"truncated":false,"user":{"profile_sidebar_fill_color":"F0F0F0","protected":false,"id_str":"668243","notifications":false,"profile_background_tile":false,"screen_name":"dmoren","name":"Dan Moren","listed_count":380,"location":"Somerville, MA","show_all_inline_media":true,"contributors_enabled":false,"following":true,"geo_enabled":true,"utc_offset":-36000,"profile_link_color":"990000","description":"Storyteller, rocketeer. Slamming evil since MCMLXXX. Senior Associate Editorial Robot at Macworld.","profile_sidebar_border_color":"D8D8D8","url":"http:\/\/doombot.com","time_zone":"Hawaii","default_profile_image":false,"statuses_count":10545,"profile_use_background_image":true,"verified":false,"favourites_count":321,"friends_count":175,"profile_background_color":"FFFFFF","is_translator":false,"default_profile":false,"profile_background_image_url":"http:\/\/a3.twimg.com\/profile_background_images\/36792\/doombot.jpg","created_at":"Fri Jan 19 22:25:04 +0000 2007","followers_count":3688,"follow_request_sent":false,"lang":"en","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/36792\/doombot.jpg","id":668243,"profile_text_color":"000000","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/51955128\/dmoren3_normal.jpg","profile_image_url":"http:\/\/a3.twimg.com\/profile_images\/51955128\/dmoren3_normal.jpg"},"favorited":false,"possibly_sensitive":false,"in_reply_to_status_id_str":null,"geo":null,"in_reply_to_screen_name":null,"in_reply_to_user_id_str":null,"coordinates":null,"in_reply_to_user_id":null,"source":"\u003Ca href=\"http:\/\/www.apple.com\" rel=\"nofollow\"\u003EPhotos on iOS\u003C\/a\u003E","created_at":"Sat Sep 03 21:18:08 +0000 2011","entities":{"user_mentions":[{"name":"Jason Snell","screen_name":"jsnell","id_str":"784912","indices":[32,39],"id":784912}],"urls":[],"media":[{"type":"photo","id_str":"110099277514149889","display_url":"pic.twitter.com\/Nz621Ni","expanded_url":"http:\/\/twitter.com\/dmoren\/status\/110099277509955585\/photo\/1","media_url_https":"https:\/\/p.twimg.com\/AYcmtaZCEAEIdWi.jpg","url":"http:\/\/t.co\/Nz621Ni","indices":[40,59],"sizes":{"small":{"h":254,"w":340,"resize":"fit"},"large":{"h":484,"w":648,"resize":"fit"},"thumb":{"h":150,"w":150,"resize":"crop"},"medium":{"h":448,"w":600,"resize":"fit"}},"id":110099277514149889,"media_url":"http:\/\/p.twimg.com\/AYcmtaZCEAEIdWi.jpg"}],"hashtags":[]},"contributors":null,"retweeted":false,"retweet_count":0,"id":110099277509955585,"place":null,"text":"Zeppelin pic at MIT Museum. \/cc @jsnell http:\/\/t.co\/Nz621Ni","url":"https:\/\/p.twimg.com\/AYcmtaZCEAEIdWi.jpg"},{"id_str":"110083479647162368","in_reply_to_status_id":null,"truncated":false,"user":{"profile_sidebar_fill_color":"454f40","protected":false,"id_str":"20319095","notifications":false,"profile_background_tile":true,"screen_name":"DannyBoy1968","name":"Danny Boy O'Connor","listed_count":121,"location":"Beverly Hills, CA.","show_all_inline_media":true,"contributors_enabled":false,"following":true,"geo_enabled":false,"utc_offset":-28800,"profile_link_color":"eb0700","description":"LA COKA NOSTRA-HOUSE OF PAIN-HELL FIRE CANYON CLUB-THE GREAT AMERICAN LOVE MACHINE.","profile_sidebar_border_color":"000000","url":"http:\/\/americanlovemachine.com\/","time_zone":"Pacific Time (US & Canada)","default_profile_image":false,"statuses_count":4301,"profile_use_background_image":true,"verified":false,"favourites_count":0,"friends_count":342,"profile_background_color":"040101","is_translator":false,"profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/141476661\/Picture_6.png","created_at":"Sat Feb 07 16:51:42 +0000 2009","followers_count":5623,"follow_request_sent":false,"lang":"en","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/141476661\/Picture_6.png","id":20319095,"default_profile":false,"profile_text_color":"000000","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/1441944755\/Picture_4_normal.png","profile_image_url":"http:\/\/a2.twimg.com\/profile_images\/1441944755\/Picture_4_normal.png"},"favorited":false,"possibly_sensitive":false,"in_reply_to_status_id_str":null,"geo":null,"in_reply_to_screen_name":null,"in_reply_to_user_id_str":null,"coordinates":null,"in_reply_to_user_id":null,"source":"web","created_at":"Sat Sep 03 20:15:22 +0000 2011","entities":{"user_mentions":[],"urls":[],"media":[{"type":"photo","id_str":"110083479651356672","display_url":"pic.twitter.com\/YjC7PNd","expanded_url":"http:\/\/twitter.com\/DannyBoy1968\/status\/110083479647162368\/photo\/1","media_url_https":"https:\/\/p.twimg.com\/AYcYV2xCEAAJLRz.jpg","url":"http:\/\/t.co\/YjC7PNd","indices":[19,38],"sizes":{"small":{"h":369,"w":340,"resize":"fit"},"large":{"h":1109,"w":1024,"resize":"fit"},"thumb":{"h":150,"w":150,"resize":"crop"},"medium":{"h":650,"w":600,"resize":"fit"}},"id":110083479651356672,"media_url":"http:\/\/p.twimg.com\/AYcYV2xCEAAJLRz.jpg"}],"hashtags":[]},"contributors":null,"retweeted":false,"retweet_count":0,"id":110083479647162368,"place":null,"text":"Skate and Destroy. http:\/\/t.co\/YjC7PNd","url":"https:\/\/p.twimg.com\/AYcYV2xCEAAJLRz.jpg"},{"id_str":"110100794983985153","in_reply_to_status_id":null,"truncated":false,"user":{"profile_sidebar_fill_color":"efefef","protected":false,"id_str":"14717846","notifications":false,"profile_background_tile":true,"screen_name":"miguelrios","name":"Miguel Rios","display_url":"about.me\/miguelrios","listed_count":221,"location":"San Francisco, California","expanded_url":"http:\/\/about.me\/miguelrios","show_all_inline_media":true,"contributors_enabled":true,"following":true,"geo_enabled":true,"utc_offset":-28800,"profile_link_color":"009999","description":"Information design nerd. Numbers and Data Visualization @Twitter. J\u00edbaro Boricua. Tweets represent my view...","profile_sidebar_border_color":"eeeeee","url":"http:\/\/t.co\/FVVzWKE","time_zone":"Pacific Time (US & Canada)","default_profile_image":false,"statuses_count":40758,"profile_use_background_image":true,"default_profile":false,"verified":false,"favourites_count":1203,"friends_count":885,"profile_background_color":"131516","is_translator":false,"profile_background_image_url":"http:\/\/a1.twimg.com\/images\/themes\/theme14\/bg.gif","created_at":"Fri May 09 20:45:18 +0000 2008","followers_count":3184,"entities":{"user_mentions":[{"name":"Twitter","screen_name":"twitter","id_str":"783214","indices":[56,64],"id":783214}],"urls":[],"hashtags":[]},"follow_request_sent":false,"lang":"en","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme14\/bg.gif","id":14717846,"profile_text_color":"333333","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/1499675862\/prof_normal.png","profile_image_url":"http:\/\/a2.twimg.com\/profile_images\/1499675862\/prof_normal.png"},"favorited":false,"possibly_sensitive":false,"in_reply_to_status_id_str":null,"geo":{"type":"Point","coordinates":[37.78458046,-122.40651798]},"in_reply_to_screen_name":null,"in_reply_to_user_id_str":null,"coordinates":{"type":"Point","coordinates":[-122.40651798,37.78458046]},"in_reply_to_user_id":null,"source":"\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter for iPhone\u003C\/a\u003E","created_at":"Sat Sep 03 21:24:10 +0000 2011","entities":{"user_mentions":[{"name":"CW Network","screen_name":"CW_network","id_str":"22083910","indices":[6,17],"id":22083910}],"urls":[],"media":[{"type":"photo","id_str":"110100794988179456","display_url":"pic.twitter.com\/1vxkaPz","expanded_url":"http:\/\/twitter.com\/miguelrios\/status\/110100794983985153\/photo\/1","media_url_https":"https:\/\/p.twimg.com\/AYcoFvbCMAAXpSw.jpg","url":"http:\/\/t.co\/1vxkaPz","indices":[51,70],"sizes":{"small":{"h":455,"w":340,"resize":"fit"},"large":{"h":1024,"w":765,"resize":"fit"},"thumb":{"h":150,"w":150,"resize":"crop"},"medium":{"h":803,"w":600,"resize":"fit"}},"id":110100794988179456,"media_url":"http:\/\/p.twimg.com\/AYcoFvbCMAAXpSw.jpg"}],"hashtags":[]},"contributors":null,"retweeted":false,"retweet_count":0,"id":110100794983985153,"place":{"name":"SoMa","attributes":{},"full_name":"SoMa, San Francisco","url":"http:\/\/api.twitter.com\/1\/geo\/id\/2b6ff8c22edd9576.json","country_code":"US","bounding_box":{"type":"Polygon","coordinates":[[[-122.42284884,37.76893497],[-122.3964,37.76893497],[-122.3964,37.78752897],[-122.42284884,37.78752897]]]},"place_type":"neighborhood","country":"United States","id":"2b6ff8c22edd9576"},"text":"Giant @cw_network's Twitter timeline in Westfield: http:\/\/t.co\/1vxkaPz","url":"https:\/\/p.twimg.com\/AYcoFvbCMAAXpSw.jpg"}] \ No newline at end of file diff --git a/spec/fixtures/image_facets.xml b/spec/fixtures/image_facets.xml new file mode 100644 index 000000000..9f993f6a4 --- /dev/null +++ b/spec/fixtures/image_facets.xml @@ -0,0 +1,2081 @@ + + + + Sat Sep 03 20:04:48 +0000 2011 + 110080825852305408 + Thanks Twitter family! Beautiful. Cc @laurelstout @seacue @janetvh @mgale @choppedonion http://t.co/drAqoba + <a href="http://twitter.com/#!/download/iphone" rel="nofollow">Twitter for iPhone</a> + false + false + + + + 0 + false + + 94143715 + Katie Jacobs Stanton + KatieS + San Francisco, California + Mom of 3. Twitter Globetrotter. Cupcake Connoisseur. + http://a0.twimg.com/profile_images/1327739416/Screen_shot_2011-04-25_at_9.22.40_PM_normal.png + https://si0.twimg.com/profile_images/1327739416/Screen_shot_2011-04-25_at_9.22.40_PM_normal.png + http://t.co/4sW849z + false + 34825 + 709397 + 333333 + 502fad + A0C5C7 + 86A4A6 + 721 + Wed Dec 02 18:20:00 +0000 2009 + 221 + -28800 + Pacific Time (US & Canada) + http://a1.twimg.com/images/themes/theme6/bg.gif + https://si0.twimg.com/images/themes/theme6/bg.gif + false + true + false + true + false + false + 4928 + en + true + false + 1200 + true + false + false + http://www.twitter.com + twitter.com + + + + + + false + + + 37.37849715 -122.11648388 + + + 37.37849715 -122.11648388 + + + 6a4364ea6f987c10 + Los Altos + Los Altos, CA + city + http://api.twitter.com/1/geo/id/6a4364ea6f987c10.json + + + 37.33006 -122.129344 37.33006 -122.061557 37.406258 -122.061557 37.406258 -122.129344 + + United States + + false + + + + + 168409687 + laurelstout + Laurel Stout + + + 8525682 + seacue + Caroline Quick + + + 74534435 + janetvh + janet vanhuysse + + + 104263660 + mgale + Michelle Gale + + + 93547212 + choppedonion + Kelly Flannery + + + + + http://t.co/drAqoba + yfrog.com/nz89657778j + http://yfrog.com/nz89657778j + + + + + + + Sat Sep 03 21:07:01 +0000 2011 + 110096472611102720 + Latest #Kaita track and update from @NHC_Atlantic http://t.co/x7eHCUb + web + false + false + + + + 3 + false + + 15647676 + Homeland Security + DHSJournal + Washington, D.C. + U.S. Department of Homeland Security (Official). + http://a2.twimg.com/profile_images/936215926/dhs-twitter-300_normal.jpg + https://si0.twimg.com/profile_images/936215926/dhs-twitter-300_normal.jpg + http://www.dhs.gov/ + false + 45560 + FFFFFF + 3A3636 + 0000ff + FFFFFF + 821111 + 133 + Tue Jul 29 16:32:34 +0000 2008 + 0 + -18000 + Quito + http://a0.twimg.com/images/themes/theme1/bg.png + https://si0.twimg.com/images/themes/theme1/bg.png + false + false + false + false + true + true + 1524 + en + true + false + 2717 + false + false + false + false + + + + + false + + + + + 299798272 + NHC_Atlantic + Natl Hurricane Ctr + + + + + photo + 110096472615297025 + pic.twitter.com/x7eHCUb + https://p.twimg.com/AYckKJVCIAE7ekD.gif + http://twitter.com/DHSJournal/status/110096472611102720/photo/1 + http://t.co/x7eHCUb + + + 340 + 272 + fit + + + 895 + 716 + fit + + + 600 + 480 + fit + + + 150 + 150 + crop + + + 110096472615297025 + http://p.twimg.com/AYckKJVCIAE7ekD.gif + + + + + + Kaita + + + + + + Sat Sep 03 20:17:26 +0000 2011 + 110084002584600577 + Gracias , es un honor haber llegado a 100k esto es que mi trabajo esta haciendoce bien http://t.co/HjJMBRs + web + false + false + + + + 10 + false + + 41502343 + RaphyPina-PinaRecord + pinarecords1 + iPhone: 18.234558,-66.034416 + President of Pina records , urban music label . also music producer and manager of :rkm&keny,tonydize,zion y lennox,Plan B , DJ Eliel, Myztiko . + + http://a2.twimg.com/profile_images/1510785765/pinarecords1_normal.jpg + https://si0.twimg.com/profile_images/1510785765/pinarecords1_normal.jpg + http://www.pinarecords.net + false + 100030 + ACDED6 + 333333 + 038543 + F6F6F6 + EEEEEE + 384 + Thu May 21 01:42:25 +0000 2009 + 3 + -18000 + Quito + http://a2.twimg.com/profile_background_images/261014146/Screen_shot_2011-05-30_at_2.37.58_AM.png + https://si0.twimg.com/profile_background_images/261014146/Screen_shot_2011-05-30_at_2.37.58_AM.png + true + true + false + true + true + true + 18593 + en + false + false + 635 + false + false + false + false + + + + + false + + + + + + photo + 110084002588794880 + pic.twitter.com/HjJMBRs + https://p.twimg.com/AYcY0S3CIAA9ZrQ.jpg + http://twitter.com/pinarecords1/status/110084002584600577/photo/1 + http://t.co/HjJMBRs + + + 340 + 66 + fit + + + 840 + 164 + fit + + + 600 + 117 + fit + + + 150 + 150 + crop + + + 110084002588794880 + http://p.twimg.com/AYcY0S3CIAA9ZrQ.jpg + + + + + + + + Sat Sep 03 20:03:27 +0000 2011 + 110080481017606144 + Guess Who's Coming To Dinner? Ted The Damp Red Squirrel, earlier http://t.co/B1ZZxNj + web + false + false + + + + 8 + false + + 22907871 + Stuart Maconie + StuartMaconie + iPhone: 54.991354,-2.356316 + + http://a0.twimg.com/profile_images/1522196997/New_Pic_normal.jpg + https://si0.twimg.com/profile_images/1522196997/New_Pic_normal.jpg + + false + 33178 + C0DEED + 333333 + 0084B4 + DDEEF6 + C0DEED + 100 + Thu Mar 05 11:16:46 +0000 2009 + 26 + 0 + London + http://a0.twimg.com/images/themes/theme1/bg.png + https://si0.twimg.com/images/themes/theme1/bg.png + false + true + false + true + false + true + 1659 + en + false + false + 831 + false + true + false + false + + + + + false + + + + + + photo + 110080481021800448 + pic.twitter.com/B1ZZxNj + https://p.twimg.com/AYcVnUACMAADhLs.jpg + http://twitter.com/StuartMaconie/status/110080481017606144/photo/1 + http://t.co/B1ZZxNj + + + 340 + 455 + fit + + + 1024 + 1372 + fit + + + 600 + 803 + fit + + + 150 + 150 + crop + + + 110080481021800448 + http://p.twimg.com/AYcVnUACMAADhLs.jpg + + + + + + + + Sat Sep 03 20:34:03 +0000 2011 + 110088182720245760 + are you going to finish your "Kreayshawn"? http://t.co/GNngnuO + web + false + false + + + + 18 + false + + 260839822 + Grizzly Bear + grizzlybear + oh hello there. + Mostly tweets from Edward, rare tweets by Daniel and Chris Taylor. Chris Bear tweets over at @crbear. We are a band. See our website. + http://a2.twimg.com/profile_images/1280868768/images_normal.jpeg + https://si0.twimg.com/profile_images/1280868768/images_normal.jpeg + http://www.grizzly-bear.net/ + false + 18687 + 9AE4E8 + 333333 + 0084B4 + DDFFCC + BDDCAD + 155 + Fri Mar 04 18:25:25 +0000 2011 + 0 + -18000 + Eastern Time (US & Canada) + http://a1.twimg.com/profile_background_images/220465734/dogslettuceap_450x359_2.jpg + https://si0.twimg.com/profile_background_images/220465734/dogslettuceap_450x359_2.jpg + true + true + false + true + true + true + 498 + en + false + false + 516 + false + false + false + false + + + + + false + + + + + + photo + 110088182724440064 + pic.twitter.com/GNngnuO + https://p.twimg.com/AYccnnFCMAAHySU.jpg + http://twitter.com/grizzlybear/status/110088182720245760/photo/1 + http://t.co/GNngnuO + + + 340 + 226 + fit + + + 425 + 282 + fit + + + 425 + 282 + fit + + + 150 + 150 + crop + + + 110088182724440064 + http://p.twimg.com/AYccnnFCMAAHySU.jpg + + + + + + + + Sat Sep 03 20:21:39 +0000 2011 + 110085064846606337 + LABOR DAY SPECIAL... Place an order today at http://t.co/HHunqJa and get a few free goodies including these!! Lets Go! http://t.co/lC6BzVx + web + false + false + + + + 11 + false + + 23489663 + RASHEEDA + RASHEEDAGAPEACH + ATLANTA,GA + Bookin Info-DLO117@gmail.com Artist,Entrepreneur,SongWriter,Boss Chick,Ck Out http://www.ImBossy.com Bet's 2010 best female hip hop nominee.Its A Movement baby! + http://a2.twimg.com/profile_images/1429966048/_rasheedagapeach_bad_mutha_fucker_Video_new_normal.jpg + https://si0.twimg.com/profile_images/1429966048/_rasheedagapeach_bad_mutha_fucker_Video_new_normal.jpg + http://www.youtube.com/user/dlo117 + false + 68931 + ff0ae2 + ff0a80 + 12090f + ab1fa9 + bddcad + 326 + Mon Mar 09 19:52:47 +0000 2009 + 1 + -18000 + Quito + http://a0.twimg.com/profile_background_images/232722802/Rasheeda_RevOfficial_Twitter_-1.jpg + https://si0.twimg.com/profile_background_images/232722802/Rasheeda_RevOfficial_Twitter_-1.jpg + true + true + false + false + false + true + 25011 + en + false + false + 1022 + false + false + false + false + + + + + false + + + + + + photo + 110085064850800642 + pic.twitter.com/lC6BzVx + https://p.twimg.com/AYcZyIGCAAII69P.jpg + http://twitter.com/RASHEEDAGAPEACH/status/110085064846606337/photo/1 + http://t.co/lC6BzVx + + + 340 + 254 + fit + + + 640 + 478 + fit + + + 600 + 448 + fit + + + 150 + 150 + crop + + + 110085064850800642 + http://p.twimg.com/AYcZyIGCAAII69P.jpg + + + + + http://t.co/HHunqJa + ImBossy.com + http://www.ImBossy.com + + + + + + + Sat Sep 03 20:36:59 +0000 2011 + 110088918824783872 + Confira um aperitivo da entrega do João Sorrisão para o R10 http://t.co/7Wa073E + web + false + false + + + + 0 + false + + 94132246 + Equipe do EE + eespetacular + BRASIL + DOMINGOS DE MANHÃ NA TV GLOBO + http://a3.twimg.com/profile_images/1378819985/tande_glenda2_normal.jpg + https://si0.twimg.com/profile_images/1378819985/tande_glenda2_normal.jpg + http://www.globoesporte.com/espetacular + false + 110353 + EDECE9 + 634047 + 088253 + E3E2DE + D3D2CF + 14 + Wed Dec 02 17:23:36 +0000 2009 + 1 + -10800 + Brasilia + http://a0.twimg.com/profile_background_images/57349916/capa.jpg + https://si0.twimg.com/profile_background_images/57349916/capa.jpg + true + true + false + true + false + true + 4326 + en + false + false + 1591 + false + false + false + false + + + + + false + + + + + + photo + 110088918828978176 + pic.twitter.com/7Wa073E + https://p.twimg.com/AYcdSdSCEAApuWj.jpg + http://twitter.com/eespetacular/status/110088918824783872/photo/1 + http://t.co/7Wa073E + + + 340 + 453 + fit + + + 1024 + 1365 + fit + + + 150 + 150 + crop + + + 600 + 800 + fit + + + 110088918828978176 + http://p.twimg.com/AYcdSdSCEAApuWj.jpg + + + + + + + + Sat Sep 03 20:59:14 +0000 2011 + 110094519927717888 + Have you seen this yet? Season two, twitches...it's a-comin': http://t.co/0lTv3bg + web + false + false + + + + 11 + false + + 292995395 + Garret Dillahunt + GarretDillahunt + + I'm an actor, lately on Raising Hope, but sometimes other stuff too. +Ht: 18.5 hands +Wt: 13.6 stone. + Fancy-pants official site: + http://a0.twimg.com/profile_images/1457096852/denim_normal.jpg + https://si0.twimg.com/profile_images/1457096852/denim_normal.jpg + http://garret-dillahunt.net + false + 9324 + 6b6b6b + 9999a3 + 0c7494 + 333333 + 4f4f4f + 132 + Wed May 04 15:48:27 +0000 2011 + 1 + -18000 + Quito + http://a2.twimg.com/profile_background_images/300455741/beach.jpg + https://si0.twimg.com/profile_background_images/300455741/beach.jpg + true + true + false + false + true + true + 537 + en + false + false + 213 + true + false + false + false + + + + + false + + + + + + photo + 110094519931912192 + pic.twitter.com/0lTv3bg + https://p.twimg.com/AYciYfBCQAA74GE.jpg + http://twitter.com/GarretDillahunt/status/110094519927717888/photo/1 + http://t.co/0lTv3bg + + + 340 + 250 + fit + + + 1024 + 754 + fit + + + 600 + 442 + fit + + + 150 + 150 + crop + + + 110094519931912192 + http://p.twimg.com/AYciYfBCQAA74GE.jpg + + + + + + + + Sat Sep 03 20:48:58 +0000 2011 + 110091929353584640 + Tories set to disband in Scotland - front page of tomorrow's Sunday Telegraph http://t.co/fHF1ADC + web + false + false + + + + 26 + false + + 16343974 + The Telegraph + Telegraph + London, UK + News and comment from The Daily Telegraph, The Sunday Telegraph and The Telegraph. Info about new products, apps & promotions. Please say hello if we can help + http://a3.twimg.com/profile_images/998929715/Telegraph_normal.jpg + https://si0.twimg.com/profile_images/998929715/Telegraph_normal.jpg + http://www.telegraph.co.uk/ + false + 59559 + 5f5653 + 000000 + 5f5653 + f4f4f0 + 5f5653 + 70 + Thu Sep 18 06:50:54 +0000 2008 + 0 + 0 + London + http://a0.twimg.com/profile_background_images/177485899/Comment_twitter.png + https://si0.twimg.com/profile_background_images/177485899/Comment_twitter.png + false + true + false + false + false + true + 137151 + en + false + false + 2232 + false + false + false + false + + + + + false + + + + + + photo + 110091929357778945 + pic.twitter.com/fHF1ADC + https://p.twimg.com/AYcgBsYCAAEuY-d.png + http://twitter.com/Telegraph/status/110091929353584640/photo/1 + http://t.co/fHF1ADC + + + 340 + 559 + fit + + + 800 + 1315 + fit + + + 150 + 150 + crop + + + 600 + 986 + fit + + + 110091929357778945 + http://p.twimg.com/AYcgBsYCAAEuY-d.png + + + + + + + + Sat Sep 03 20:19:25 +0000 2011 + 110084499085344768 + WEIL ... ávila ... http://t.co/GzgdFjQ + web + false + false + + + + 14 + false + + 80837321 + roberto weil + WEIL_caricatura + caracas + + http://a2.twimg.com/profile_images/671591711/twetter_i_normal.jpg + https://si0.twimg.com/profile_images/671591711/twetter_i_normal.jpg + http://www.weil.com.ve + false + 36468 + 000000 + 333333 + 009999 + efefef + eeeeee + 146 + Thu Oct 08 12:30:28 +0000 2009 + 0 + -16200 + Caracas + http://a0.twimg.com/profile_background_images/72478654/logo_weil_i.jpg + https://si0.twimg.com/profile_background_images/72478654/logo_weil_i.jpg + false + true + false + false + false + true + 1225 + en + false + false + 1080 + false + false + false + false + + + + + false + + + + + + photo + 110084499089539072 + pic.twitter.com/GzgdFjQ + https://p.twimg.com/AYcZRMeCQAAphkP.jpg + http://twitter.com/WEIL_caricatura/status/110084499085344768/photo/1 + http://t.co/GzgdFjQ + + + 340 + 137 + fit + + + 1024 + 413 + fit + + + 600 + 242 + fit + + + 150 + 150 + crop + + + 110084499089539072 + http://p.twimg.com/AYcZRMeCQAAphkP.jpg + + + + + + + + Sat Sep 03 21:22:46 +0000 2011 + 110100444747010048 + Me & @KKCarpy at @InsightMovie Premiere. My mother's response: "I'm surprised they let you in without a sports coat." http://t.co/5yMmNfl + web + false + false + + + + 0 + false + + 18269216 + Aaron Ginsburg + DrLawyercop + City of Dreams + Writer on FOX's THE FINDER, THE GOOD GUYS. +Producer of BURN NOTICE: THE FALL OF SAM AXE. +Director of THE THRILLING ADVENTURE HOUR. + + http://a2.twimg.com/profile_images/1299800341/Screen_shot_2011-03-30_at_2.03.29_PM_normal.jpg + https://si0.twimg.com/profile_images/1299800341/Screen_shot_2011-03-30_at_2.03.29_PM_normal.jpg + http://aaronginsburg.tumblr.com + false + 4089 + 352726 + 3E4415 + D02B55 + 99CC33 + 829D5E + 255 + Sat Dec 20 17:25:20 +0000 2008 + 5 + -28800 + Pacific Time (US & Canada) + http://a1.twimg.com/profile_background_images/3656056/DSCN2084.jpg + https://si0.twimg.com/profile_background_images/3656056/DSCN2084.jpg + false + true + false + false + false + true + 6362 + en + false + false + 246 + false + false + false + false + + + + + false + + + + + 25844639 + KKCarpy + Krista + + + 348588776 + InsightMovie + Insight The Movie + + + + + photo + 110100444751204353 + pic.twitter.com/5yMmNfl + https://p.twimg.com/AYcnxWsCEAEbtVj.jpg + http://twitter.com/DrLawyercop/status/110100444747010048/photo/1 + http://t.co/5yMmNfl + + + 340 + 226 + fit + + + 720 + 478 + fit + + + 150 + 150 + crop + + + 600 + 398 + fit + + + 110100444751204353 + http://p.twimg.com/AYcnxWsCEAEbtVj.jpg + + + + + + + + Sat Sep 03 21:22:48 +0000 2011 + 110100448681275392 + East Bay Wildlife: http://t.co/NXhEcuT + web + false + false + + + + 0 + false + + 14895312 + Rudy Winnacker + ronpepsi + Piedmont, CA + Twitter Operations + http://a0.twimg.com/profile_images/54839849/TRS_80_Color_Computer_2_normal.jpg + https://si0.twimg.com/profile_images/54839849/TRS_80_Color_Computer_2_normal.jpg + http://t.co/CKqzPJi + false + 3526 + C0DEED + 333333 + 0084B4 + DDEEF6 + C0DEED + 109 + Sun May 25 00:57:02 +0000 2008 + 0 + -28800 + Pacific Time (US & Canada) + http://a0.twimg.com/images/themes/theme1/bg.png + https://si0.twimg.com/images/themes/theme1/bg.png + false + true + + true + false + + 6644 + en + false + + 103 + false + true + false + http://www.winnacker.com + winnacker.com + + + + + + false + + + + + ab2f2fac83aa388d + Oakland + Oakland, CA + city + http://api.twitter.com/1/geo/id/ab2f2fac83aa388d.json + + + 37.632226 -122.355881 37.632226 -122.114672 37.885255 -122.114672 37.885255 -122.355881 + + United States + + false + + + + + + photo + 110100448685469696 + pic.twitter.com/NXhEcuT + https://p.twimg.com/AYcnxlWCMAAFr-s.jpg + http://twitter.com/ronpepsi/status/110100448681275392/photo/1 + http://t.co/NXhEcuT + + + 340 + 453 + fit + + + 1024 + 1365 + fit + + + 150 + 150 + crop + + + 600 + 800 + fit + + + 110100448685469696 + http://p.twimg.com/AYcnxlWCMAAFr-s.jpg + + + + + + + + Sat Sep 03 20:23:43 +0000 2011 + 110085582855733248 + Went to @acedtect 's room to drop off gear and found this! #awkward #dragoncon http://t.co/NvUkI0J + web + false + false + + + + 4 + false + + 1652731 + Roger Chang + jollyroger + 37.759299,-122.38821 + A TV/Web video producer who once played a game of ping-pong against Wil Wheaton. I lost. I'm also the funny half of the East Meets West podcast. + http://a0.twimg.com/profile_images/842250047/jollyroger_normal.jpg + https://si0.twimg.com/profile_images/842250047/jollyroger_normal.jpg + http://facebook.com/rogee.chang + false + 11115 + 1A1B1F + 666666 + 2FC2EF + 252429 + 181A1E + 114 + Tue Mar 20 17:49:09 +0000 2007 + 0 + -28800 + Pacific Time (US & Canada) + http://a0.twimg.com/profile_background_images/106906599/Image2.jpg + https://si0.twimg.com/profile_background_images/106906599/Image2.jpg + true + true + true + false + false + true + 5225 + en + false + false + 1218 + false + false + false + false + + + + + false + + + + + 610533 + acedtect + Tom Merritt + + + + + photo + pic.twitter.com/NvUkI0J + http://t.co/NvUkI0J + https://p.twimg.com/AYcaQR1CAAA8yn9.jpg + http://twitter.com/jollyroger/status/110085582855733248/photo/1 + + + 340 + 255 + fit + + + 600 + 450 + fit + + + 1024 + 768 + fit + + + 150 + 150 + crop + + + 110085582859927552 + http://p.twimg.com/AYcaQR1CAAA8yn9.jpg + 110085582859927552 + + + + + + awkward + + + dragoncon + + + + + + Sat Sep 03 20:22:09 +0000 2011 + 110085188217872387 + @miotroespejo te mando mi ADN es el mismo de la Patria http://t.co/sbISOer + web + false + false + 110084317660725248 + 152708650 + miotroespejo + 0 + false + + 143502765 + Julio Piumato + JulioPiumato + Argentina + SecGralUEJN(Judiciales)SecDDHH CGT,Dip Nac(MC)Pres Cees(Centro de Estudios estratégicos Suramericanos)Militante peronista,abogado, hincha de Boca. + http://a1.twimg.com/profile_images/950325261/Piumato_CABA_23330-240_normal.jpg + https://si0.twimg.com/profile_images/950325261/Piumato_CABA_23330-240_normal.jpg + http://juliopiumato.blogspot.com + false + 22760 + C0DEED + 333333 + 0084B4 + DDEEF6 + C0DEED + 45 + Thu May 13 17:01:29 +0000 2010 + 2 + -10800 + Buenos Aires + http://a0.twimg.com/profile_background_images/101147551/boca.jpg + https://si0.twimg.com/profile_background_images/101147551/boca.jpg + true + true + false + false + false + true + 12524 + es + false + false + 582 + false + false + false + false + + + + + false + + + + + 152708650 + miotroespejo + mauro garcia K + + + + + photo + http://p.twimg.com/AYcZ5TtCIAAVA43.jpg + 110085188226260992 + pic.twitter.com/sbISOer + http://t.co/sbISOer + https://p.twimg.com/AYcZ5TtCIAAVA43.jpg + http://twitter.com/JulioPiumato/status/110085188217872387/photo/1 + + + 107 + 130 + fit + + + 107 + 130 + fit + + + 107 + 130 + fit + + + 107 + 130 + crop + + + 110085188226260992 + + + + + + + + Sat Sep 03 21:09:33 +0000 2011 + 110097117149794304 + FUN FACT: We named our cat Toast because of his coloring, but also so we can call him Mr. Toast after @themistertoast. http://t.co/WwzgPlU + web + false + false + + + + 0 + false + + 16049481 + Ron Hogan + RonHogan + New York, NY + I run Beatrice.com. I curate a reading series at @GreenlightBklyn & a book club at @FountainBkstore. I wrote GETTING RIGHT WITH TAO (@channelvbooks). + http://a2.twimg.com/profile_images/932234747/twitter-avatar_normal.jpg + https://si0.twimg.com/profile_images/932234747/twitter-avatar_normal.jpg + http://www.ronhogan.net + false + 8555 + b2bbc0 + 333333 + 822007 + b2bbc0 + 3d414c + 180 + Sat Aug 30 00:55:53 +0000 2008 + 74 + -18000 + Eastern Time (US & Canada) + http://a3.twimg.com/profile_background_images/105289790/twitter-corner-2.jpg + https://si0.twimg.com/profile_background_images/105289790/twitter-corner-2.jpg + false + true + false + false + false + true + 23562 + en + false + false + 774 + false + false + false + false + + + + + false + + + + + 74870546 + themistertoast + Dan Goodsell + + + + + photo + 110097117153988608 + pic.twitter.com/WwzgPlU + https://p.twimg.com/AYckvqbCEAAR30-.jpg + http://twitter.com/RonHogan/status/110097117149794304/photo/1 + http://t.co/WwzgPlU + + + 340 + 286 + fit + + + 800 + 671 + fit + + + 150 + 150 + crop + + + 600 + 503 + fit + + + 110097117153988608 + http://p.twimg.com/AYckvqbCEAAR30-.jpg + + + + + + + + Sat Sep 03 20:48:20 +0000 2011 + 110091778593538049 + La Macchina is almost here http://t.co/IOClWFR + <a href="http://www.apple.com" rel="nofollow">Camera on iOS</a> + false + false + + + + 0 + false + + 20904050 + Federico Viticci + viticci + Viterbo, Italy + Editor of MacStories.net. + http://a0.twimg.com/profile_images/1135129324/Viticci_2010_normal.jpg + https://si0.twimg.com/profile_images/1135129324/Viticci_2010_normal.jpg + http://www.macstories.net/ + false + 15132 + 062039 + 191a19 + 0d8eb5 + f7f7f7 + 232b3d + 896 + Sun Feb 15 10:52:33 +0000 2009 + 6132 + 3600 + Rome + http://a3.twimg.com/profile_background_images/79556586/sfondotwitter.jpg + https://si0.twimg.com/profile_background_images/79556586/sfondotwitter.jpg + true + true + false + true + false + true + 36485 + en + false + false + 901 + true + false + false + true + + + 42.418186 12.106259 + + + 42.418186 12.106259 + + + 6197893ccb5e11d0 + Viterbo + Viterbo, Viterbo + city + http://api.twitter.com/1/geo/id/6197893ccb5e11d0.json + + + 42.2968828 11.9036425 42.2968828 12.2266818 42.5874835 12.2266818 42.5874835 11.9036425 + + Italy + + false + + + + + + photo + 110091778597732353 + pic.twitter.com/IOClWFR + https://p.twimg.com/AYcf46wCQAErhdW.jpg + http://twitter.com/viticci/status/110091778593538049/photo/1 + http://t.co/IOClWFR + + + 340 + 455 + fit + + + 484 + 648 + fit + + + 150 + 150 + crop + + + 484 + 648 + fit + + + 110091778597732353 + http://p.twimg.com/AYcf46wCQAErhdW.jpg + + + + + + + + Sat Sep 03 20:19:44 +0000 2011 + 110084580027006976 + #PicOfTheDay http://t.co/3oqTZlu + web + false + false + + + + 0 + false + + 250329331 + Carey Hart Fans + CareyHartFans + + #1 fans twitter account for the loveable, crazy,legend Carey Hart (@hartluck) + our facebook page for even more updates. +http://www.facebook.com/CareyHartFans + http://a0.twimg.com/profile_images/1473018205/carebear_normal.jpg + https://si0.twimg.com/profile_images/1473018205/carebear_normal.jpg + http://www.hartandhuntington.com + false + 1090 + 000000 + 827b82 + 0084b4 + 333333 + 000000 + 21 + Thu Feb 10 21:52:45 +0000 2011 + 2 + + + http://a3.twimg.com/profile_background_images/275179792/2011-03-25_22-22-06_97.114.236.119.jpg + https://si0.twimg.com/profile_background_images/275179792/2011-03-25_22-22-06_97.114.236.119.jpg + false + true + + false + false + + 158 + en + false + + 82 + false + false + false + false + + + + + false + + + + + + photo + 110084580031201280 + pic.twitter.com/3oqTZlu + https://p.twimg.com/AYcZV6ACAAAtQ4D.jpg + http://twitter.com/CareyHartFans/status/110084580027006976/photo/1 + http://t.co/3oqTZlu + + + 340 + 256 + fit + + + 750 + 564 + fit + + + 150 + 150 + crop + + + 600 + 451 + fit + + + 110084580031201280 + http://p.twimg.com/AYcZV6ACAAAtQ4D.jpg + + + + + + PicOfTheDay + + + + + + Sat Sep 03 21:18:08 +0000 2011 + 110099277509955585 + Zeppelin pic at MIT Museum. /cc @jsnell http://t.co/Nz621Ni + <a href="http://www.apple.com" rel="nofollow">Photos on iOS</a> + false + false + + + + 0 + false + + 668243 + Dan Moren + dmoren + Somerville, MA + Storyteller, rocketeer. Slamming evil since MCMLXXX. Senior Associate Editorial Robot at Macworld. + http://a3.twimg.com/profile_images/51955128/dmoren3_normal.jpg + https://si0.twimg.com/profile_images/51955128/dmoren3_normal.jpg + http://doombot.com + false + 3688 + FFFFFF + 000000 + 990000 + F0F0F0 + D8D8D8 + 175 + Fri Jan 19 22:25:04 +0000 2007 + 321 + -36000 + Hawaii + http://a3.twimg.com/profile_background_images/36792/doombot.jpg + https://si0.twimg.com/profile_background_images/36792/doombot.jpg + false + true + + true + false + + 10545 + en + false + + 380 + true + false + false + false + + + + + false + + + + + 784912 + jsnell + Jason Snell + + + + + photo + 110099277514149889 + pic.twitter.com/Nz621Ni + https://p.twimg.com/AYcmtaZCEAEIdWi.jpg + http://twitter.com/dmoren/status/110099277509955585/photo/1 + http://t.co/Nz621Ni + + + 340 + 254 + fit + + + 648 + 484 + fit + + + 600 + 448 + fit + + + 150 + 150 + crop + + + 110099277514149889 + http://p.twimg.com/AYcmtaZCEAEIdWi.jpg + + + + + + + + Sat Sep 03 20:15:22 +0000 2011 + 110083479647162368 + Skate and Destroy. http://t.co/YjC7PNd + web + false + false + + + + 0 + false + + 20319095 + Danny Boy O'Connor + DannyBoy1968 + Beverly Hills, CA. + LA COKA NOSTRA-HOUSE OF PAIN-HELL FIRE CANYON CLUB-THE GREAT AMERICAN LOVE MACHINE. + http://a2.twimg.com/profile_images/1441944755/Picture_4_normal.png + https://si0.twimg.com/profile_images/1441944755/Picture_4_normal.png + http://americanlovemachine.com/ + false + 5623 + 040101 + 000000 + eb0700 + 454f40 + 000000 + 342 + Sat Feb 07 16:51:42 +0000 2009 + 0 + -28800 + Pacific Time (US & Canada) + http://a0.twimg.com/profile_background_images/141476661/Picture_6.png + https://si0.twimg.com/profile_background_images/141476661/Picture_6.png + true + true + false + false + false + true + 4301 + en + false + false + 121 + true + false + false + false + + + + + false + + + + + + photo + 110083479651356672 + pic.twitter.com/YjC7PNd + https://p.twimg.com/AYcYV2xCEAAJLRz.jpg + http://twitter.com/DannyBoy1968/status/110083479647162368/photo/1 + http://t.co/YjC7PNd + + + 340 + 369 + fit + + + 1024 + 1109 + fit + + + 150 + 150 + crop + + + 600 + 650 + fit + + + 110083479651356672 + http://p.twimg.com/AYcYV2xCEAAJLRz.jpg + + + + + + + + Sat Sep 03 21:24:10 +0000 2011 + 110100794983985153 + Giant @cw_network's Twitter timeline in Westfield: http://t.co/1vxkaPz + <a href="http://twitter.com" rel="nofollow">Twitter for iPhone</a> + false + false + + + + 0 + false + + 14717846 + Miguel Rios + miguelrios + San Francisco, California + Information design nerd. Numbers and Data Visualization @Twitter. Jíbaro Boricua. Tweets represent my view... + http://a2.twimg.com/profile_images/1499675862/prof_normal.png + https://si0.twimg.com/profile_images/1499675862/prof_normal.png + http://t.co/FVVzWKE + false + 3184 + 131516 + 333333 + 009999 + efefef + eeeeee + 885 + Fri May 09 20:45:18 +0000 2008 + 1203 + -28800 + Pacific Time (US & Canada) + http://a1.twimg.com/images/themes/theme14/bg.gif + https://si0.twimg.com/images/themes/theme14/bg.gif + true + true + false + true + false + false + 40758 + en + true + false + 221 + true + false + false + http://about.me/miguelrios + about.me/miguelrios + + + + 783214 + twitter + Twitter + + + + + + false + + + 37.78458046 -122.40651798 + + + 37.78458046 -122.40651798 + + + 2b6ff8c22edd9576 + SoMa + SoMa, San Francisco + neighborhood + http://api.twitter.com/1/geo/id/2b6ff8c22edd9576.json + + + 37.76893497 -122.42284884 37.76893497 -122.3964 37.78752897 -122.3964 37.78752897 -122.42284884 + + United States + + false + + + + + 22083910 + CW_network + CW Network + + + + + photo + 110100794988179456 + pic.twitter.com/1vxkaPz + https://p.twimg.com/AYcoFvbCMAAXpSw.jpg + http://twitter.com/miguelrios/status/110100794983985153/photo/1 + http://t.co/1vxkaPz + + + 340 + 455 + fit + + + 765 + 1024 + fit + + + 150 + 150 + crop + + + 600 + 803 + fit + + + 110100794988179456 + http://p.twimg.com/AYcoFvbCMAAXpSw.jpg + + + + + + + diff --git a/spec/fixtures/video_facets.json b/spec/fixtures/video_facets.json new file mode 100644 index 000000000..f33d1b680 --- /dev/null +++ b/spec/fixtures/video_facets.json @@ -0,0 +1 @@ +[{"id_str":"107989062362734594","in_reply_to_status_id":null,"truncated":false,"user":{"default_profile":false,"profile_sidebar_fill_color":"ffffff","protected":false,"id_str":"28201743","notifications":null,"profile_background_tile":false,"screen_name":"VEVO","name":"VEVO","listed_count":2587,"location":"US, Canada, UK, Ireland","show_all_inline_media":false,"contributors_enabled":false,"following":null,"geo_enabled":false,"utc_offset":-18000,"profile_link_color":"df2100","description":"VEVO: Music Evolution Revolution! Music videos and more...","profile_sidebar_border_color":"6f7172","url":"http:\/\/www.vevo.com\/","time_zone":"Eastern Time (US & Canada)","default_profile_image":false,"statuses_count":3510,"profile_use_background_image":true,"verified":false,"favourites_count":667,"friends_count":1095,"profile_background_color":"df2100","is_translator":false,"profile_background_image_url":"http:\/\/a3.twimg.com\/profile_background_images\/94390739\/vevo_logo.jpg","created_at":"Wed Apr 01 21:32:48 +0000 2009","followers_count":130612,"follow_request_sent":null,"lang":"en","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/94390739\/vevo_logo.jpg","id":28201743,"profile_text_color":"6f7172","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/1465999828\/v_logo_youtube_normal.jpg","profile_image_url":"http:\/\/a1.twimg.com\/profile_images\/1465999828\/v_logo_youtube_normal.jpg"},"favorited":false,"possibly_sensitive":false,"in_reply_to_status_id_str":null,"geo":null,"in_reply_to_screen_name":"foofighters","in_reply_to_user_id_str":"19081001","coordinates":null,"in_reply_to_user_id":19081001,"source":"web","created_at":"Mon Aug 29 01:32:53 +0000 2011","contributors":null,"retweeted":false,"retweet_count":8,"id":107989062362734594,"place":null,"text":"@Foofighters LEGENDS with a Legendary set of Music Videos http:\/\/t.co\/IcVGIQO #VMA #VEVO","url":"http:\/\/vevo.com\/artist\/foo-fighters"}] \ No newline at end of file diff --git a/spec/fixtures/video_facets.xml b/spec/fixtures/video_facets.xml new file mode 100644 index 000000000..e7333586f --- /dev/null +++ b/spec/fixtures/video_facets.xml @@ -0,0 +1,84 @@ + + + + Mon Aug 29 01:32:53 +0000 2011 + 107989062362734594 + @Foofighters LEGENDS with a Legendary set of Music Videos http://t.co/IcVGIQO #VMA #VEVO + web + false + false + + 19081001 + foofighters + 8 + false + + 28201743 + VEVO + VEVO + US, Canada, UK, Ireland + VEVO: Music Evolution Revolution! Music videos and more... + http://a1.twimg.com/profile_images/1465999828/v_logo_youtube_normal.jpg + https://si0.twimg.com/profile_images/1465999828/v_logo_youtube_normal.jpg + http://www.vevo.com/ + false + 130612 + df2100 + 6f7172 + df2100 + ffffff + 6f7172 + 1095 + Wed Apr 01 21:32:48 +0000 2009 + 667 + -18000 + Eastern Time (US & Canada) + http://a3.twimg.com/profile_background_images/94390739/vevo_logo.jpg + https://si0.twimg.com/profile_background_images/94390739/vevo_logo.jpg + false + true + + false + false + + 3510 + en + false + + 2587 + false + false + false + false + + + + + false + + + + + 19081001 + foofighters + Foo Fighters + + + + + http://t.co/IcVGIQO + vevo.ly/n63ucj + http://vevo.ly/n63ucj + + + + + VMA + + + VEVO + + + + + diff --git a/spec/twitter/client/search_spec.rb b/spec/twitter/client/search_spec.rb new file mode 100644 index 000000000..0473ea17d --- /dev/null +++ b/spec/twitter/client/search_spec.rb @@ -0,0 +1,54 @@ +require 'helper' + +describe Twitter::Client do + %w(json xml).each do |format| + context ".new(:format => '#{format}')" do + before do + @client = Twitter::Client.new(:format => format) + end + + describe ".image_facets" do + + before do + stub_get("search/image_facets.#{format}"). + with(:query => {:q => "twitter"}). + to_return(:body => fixture("image_facets.#{format}"), :headers => {:content_type => "application/#{format}; charset=utf-8"}) + end + + it "should get the correct resource" do + @client.image_facets('twitter') + a_get("search/image_facets.#{format}"). + with(:query => {:q => "twitter"}). + should have_been_made + end + + it "should return a single status" do + image_facets = @client.image_facets('twitter') + image_facets.first.text.should == "Thanks Twitter family! Beautiful. Cc @laurelstout @seacue @janetvh @mgale @choppedonion http://t.co/drAqoba" + end + + end + + describe ".video_facets" do + + before do + stub_get("search/video_facets.#{format}"). + with(:query => {:q => "twitter"}). + to_return(:body => fixture("video_facets.#{format}"), :headers => {:content_type => "application/#{format}; charset=utf-8"}) + end + + it "should get the correct resource" do + @client.video_facets('twitter') + a_get("search/video_facets.#{format}"). + with(:query => {:q => "twitter"}). + should have_been_made + end + + it "should return a single status" do + video_facets = @client.video_facets('twitter') + video_facets.first.text.should == "@Foofighters LEGENDS with a Legendary set of Music Videos http://t.co/IcVGIQO #VMA #VEVO" + end + end + end + end +end